brook@vista:~/my_codebase$ git pull --rebase Username for 'https://my.code.base': rene3210 Password for 'https://rene3210@my.code.base': warning: redirecting to https://my.code.base/git/codebase/ error: RPC failed; HTTP 302 curl 22 The requested URL returned error: 302 fatal: the remote end hung up unexpectedly
brook@vista:~/my_codebase$ git pull --rebase
回覆刪除Username for 'https://my.code.base': rene3210
Password for 'https://rene3210@my.code.base':
warning: redirecting to https://my.code.base/git/codebase/
error: RPC failed; HTTP 302 curl 22 The requested URL returned error: 302
fatal: the remote end hung up unexpectedly
加入.gitconfig
[http "https://my.code.base"]
followRedirects = true