2

curl は URL にアクセスできますが、「git pull」はアクセスできません。URLにユーザー+パスワード+ポートがある場合、gitのURL処理に何か問題があると思います:

foo@workdevel123:~/src/foo$ git pull
error: The requested URL returned error: 503 while accessing https://user:password@example.com:40443/repos/djangotools/info/refs?service=git-upload-pack
fatal: HTTP request failed

curl は次のページにアクセスできます。

foo@workdevel123:~/src/foo$ curl https://user:password@example.com:40443/repos/djangotools/info/refs?service=git-upload-pack
001d# service=git-upload-pack000000b525ceda9ef5cd8ef3542c3917c26229c4745d1342 HEADmulti_ack thin-pack side-band side-band-64k ofs-delta shallow no-progress include-tag multi_ack_detailed no-done agent=git/1.8.1.4
0040f22a42834c303630d0173ea0b232a9b486e92...

git バージョン 1.8.1.4

https、ユーザー + パスワード、および別のポートでプルする変更はありますか?

4

1 に答える 1