Browse Source

Use http for gh: alias in git

Using ssh did not work to clone others' repos
master
Maxime Wack 1 year ago
parent
commit
19f24ac7a1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .gitconfig

+ 1
- 1
.gitconfig View File

@@ -33,7 +33,7 @@
[url "https://aur.archlinux.org/"]
insteadOf = aur:

[url "git@github.com:"]
[url "https://github.com/"]
insteadOf = "gh:"

[url "git@github.com:maximewack/"]


Loading…
Cancel
Save