fix: fix crates.io not authenticating via ssh, force http(s)
parent
ab8266f44b
commit
98856c79f8
|
@ -9,6 +9,8 @@
|
||||||
insteadOf = https://github.com/
|
insteadOf = https://github.com/
|
||||||
[url "ssh://git@github.com:"]
|
[url "ssh://git@github.com:"]
|
||||||
insteadOf = https://github.com/
|
insteadOf = https://github.com/
|
||||||
|
[url "https://github.com/rust-lang/crates.io-index"]
|
||||||
|
insteadOf = https://github.com/rust-lang/crates.io-index
|
||||||
|
|
||||||
[url "git@git.crimsontome.com:"]
|
[url "git@git.crimsontome.com:"]
|
||||||
insteadOf = https://git.crimsontome.com/
|
insteadOf = https://git.crimsontome.com/
|
||||||
|
@ -16,6 +18,8 @@
|
||||||
insteadOf = https://git.crimsontome.com/
|
insteadOf = https://git.crimsontome.com/
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
# includes talisman
|
||||||
|
templatedir = /home/ctome/.git-template
|
||||||
[pull]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
[commit]
|
[commit]
|
||||||
|
|
Loading…
Reference in New Issue