git pushした際のエラーrequested URL returned error: 403の解決方法
894 ワード
git hubに上げようとした際に下記のエラーが表示されました。
requested URL returned error: 403
解決法
以下のコマンドをターミナルに入力します。
git remote set-url origin https://github.com/ユーザー名/アプリ名/.git
https://github.com/ユーザー名/アプリ名/.git の部分には下記画像のURLを入力してあげます。
そして、git push origin masterをします。
以上で完了です。
Author And Source
この問題について(git pushした際のエラーrequested URL returned error: 403の解決方法), 我々は、より多くの情報をここで見つけました https://qiita.com/KKDDD/items/1326e6ec62a06e5651e4著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .