1
0

More than 3 years have passed since last update.

git cloneできないとき(503error)

Last updated at Posted at 2020-01-14

git cloneできない!

下記のようなエラーがでて困っていました。

fatal: unable to access 'http://hoge/example.git/': The requested URL returned error: 503

原因:プロキシを設定しているから

  • プロキシを経由しないように、no_proxyを設定します
export no_proxy='hoge'

hogeにはホスト名が入る

  • git cloneする
    • このとき認証があったら、clone元のサイトの認証情報を入力する
    • もし入力ミスをしてcloneできなかったら、windowsの資格情報マネージャーから該当する資格情報を削除する
1
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
1
0