Railsチュートリアル第1章をBash on Ubuntu on Windowsを使って勉強しております。
そこでgit pushを行ったら以下のようなエラーが出ました。
ipv6の件は無視してよいのか、どうすればpushできるのかを知りたいです。
$ git push -u origin --all setsockopt IPV6_TCLASS 8: Operation not permitted: The requested repository either does not exist or you do not have access. If you believe this repository exists and you have access, make sure you're authenticated. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
git pullを行ってもダメでした。
$ git pull setsockopt IPV6_TCLASS 8: Operation not permitted: The requested repository either does not exist or you do not have access. If you believe this repository exists and you have access, make sure you're authenticated. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
他にはBitbucketにssh鍵の再作成、再登録や
gitのバージョンアップでもうまくいきませんでした。
よろしくお願いします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/06/27 09:34
2021/06/28 09:39