Skip to content

Instantly share code, notes, and snippets.

@mchoiruln
Last active May 20, 2024 06:59
Show Gist options
  • Save mchoiruln/afdd2719a92143778e746d29d57ccfe9 to your computer and use it in GitHub Desktop.
Save mchoiruln/afdd2719a92143778e746d29d57ccfe9 to your computer and use it in GitHub Desktop.
List issues and solution

List known issues here

GIT

advanced Git Log Collection Command

git log --oneline --abbrev-commit --all --graph --decorate --color

Filename too long in windows

$ git config --system core.longpaths true

refs: - https://stackoverflow.com/questions/22575662/filename-too-long-in-git-for-windows

Docker

unable to create docker network

failed to create network wordpress_default: Error response from daemon: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network
docker network prune

refs:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment