0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

リモートリポジトリにpushできない時の対処法

Posted at

久しぶりにvscodeを開いて画面とにらめっこした後、コミットしてプッシュしようとしたら

参照仕様をリモートにプッシュできません。最初に 'Pull' を実行して変更を統合してください。

と言われた。
強制pullしても治らず...

解決法

configでemailを設定してるが、Githubの設定ではemailをプライベートにしていたことが原因だった。

Githubで、Settings->Email->Keep my email addresses private
12345678<ユーザ名>@users.noreply.github.comをコピーしてconfigを変更する。

git config --global user.email "コピーしたアドレス"

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?