Skip to content

Instantly share code, notes, and snippets.

View modem-man-gmx's full-sized avatar

Mo Demman modem-man-gmx

  • Sonntagsberg AT
View GitHub Profile
@modem-man-gmx
modem-man-gmx / multiple-ssh-keys-git.adoc
Created March 5, 2025 20:57 — forked from alejandro-martin/multiple-ssh-keys-git.adoc
Configure multiple SSH Keys for Git

Use Multiple SSH Keys for Git host websites (Github, Gitlab)

This is guide about how to configure multiple SSH keys for some Git host websites such as Github, Gitlab, among others.

Creating SSH keys

  1. Create SSH directory:

@modem-man-gmx
modem-man-gmx / codelite.exe
Created October 25, 2022 05:13
codelite or gnu make error: opening dependency file Debug/main.cpp.o.d: No such file or directory
# Output:
<built-in>: fatal error: opening dependency file Debug/main.cpp.o.d: No such file or directory
compilation terminated.
mingw32-make[1]: *** [dtsu666_32bit.mk:97: Debug/main.cpp.o] Error 1
# Under MSYS2 the above is the output of a fresh created "New Workspace" + "New Project" + "Codelite Makefile Generator",
# which creates a Hello World Program, which SHOULD compile and run out of the box.
#
# Sometimes it doesn't. At least not, if you use "Rebuild" instead of build.
# Same for "GNU makefile onestep build". All with auto-generated Makefile*.mk files.