LoginSignup
0
0

More than 5 years have passed since last update.

git push/pullで403 Forbidden while accessingエラーが出た時の対処

Posted at

git pullしたら403 Forbidden while accessing pullってでた。
困った。

error: The requested URL returned error: 403 Forbidden while accessing

gitのバージョンが古いのが問題っぽいのでアップデートしてみる(yumで入れたやつ使ってたので1.7.1とか使ってた)

$ sudo yum remove git

してから、

これのソースからインストールで2.4のやつをインストール
http://www.task-notes.com/entry/20150622/1434942000

できた。よかった。

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