Use https instead of git to access Github

Github has disabled access via the unauthenticated git:// protocol.
master
nirenjan 2022-03-25 08:41:10 -07:00
parent 4497e4e3b1
commit c6f1885ba6
1 changed files with 2 additions and 2 deletions

View File

@ -39,11 +39,11 @@
st = status --short --branch
[commit]
template = ~/.git-commit-template
[url "git://github.com/"]
[url "https://github.com/"]
insteadOf = gh:
[url "git@github.com:"]
pushInsteadOf = gh:
[url "git://github.com/nirenjan/"]
[url "https://github.com/nirenjan/"]
insteadOf = my:
[url "git@github.com:nirenjan/"]
pushInsteadOf = my: