ssh -T git@github.com
を実行した際に,You've successfully authenticated
と表示されているのが前提です
原因
~/.gitconfigに[user]項目以外の項目([url "github:"])が含まれていた
解決策
~/.gitconfigから[url "github:"]や[url "git@github.com:"]の項目を削除する(全体を削除しなくても.insteadofの項目を除くだけでも良いと思います)
Go to list of users who liked
ssh -T git@github.com
を実行した際に,You've successfully authenticated
と表示されているのが前提です
~/.gitconfigに[user]項目以外の項目([url "github:"])が含まれていた
~/.gitconfigから[url "github:"]や[url "git@github.com:"]の項目を削除する(全体を削除しなくても.insteadofの項目を除くだけでも良いと思います)
Register as a new user and use Qiita more conveniently
Go to list of users who liked