LoginSignup
0
1

More than 5 years have passed since last update.

MogokでPush時にアクセスエラーが出る

Posted at
$ git push mogok master
fatal: unable to access 'https://git.mogok.jp/fg.git/': The requested URL returned error: 403

gitのURLにユーザ名を追加すればOK.

$ vim .git/config

[remote "mogok"]
-    url = https://git.mogok.jp/rank.git
+    url = https://ユーゼ名@git.mogok.jp/rank.git
0
1
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
1