fix: fix crates.io not authenticating via ssh, force http(s)

main
CrimsonTome 2023-02-12 10:19:06 +00:00 committed by Rowan Clark
parent ab8266f44b
commit 98856c79f8
No known key found for this signature in database
GPG Key ID: F620D51904044094
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,8 @@
insteadOf = https://github.com/
[url "ssh://git@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:"]
insteadOf = https://git.crimsontome.com/
@ -16,6 +18,8 @@
insteadOf = https://git.crimsontome.com/
[init]
defaultBranch = main
# includes talisman
templatedir = /home/ctome/.git-template
[pull]
rebase = true
[commit]