LoginSignup
2
2

More than 5 years have passed since last update.

error: The requested URL returned error: 403 while accessing https://github.com/… が出た時の解決法

Posted at

解決方法

ユーザを指定してから git push を実行するとパスワードが聞かれてpushできるようになる

$ git remote set-url origin https://【ユーザ名】@github.com/…

$ git push -u origin master

参考

github - Pushing to Git returning Error Code 403 fatal: HTTP request failed

2
2
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
2
2