私はgitサーバーからコードを複製しようとしています。私はWindows 7、32ビットのコンピュータを使用しています。私はmsysgitとTortoiseGitをインストールしました。msysgitはWindows 7の32ビットコンピュータでエラーを出しています
しかし、私はクローンコマンドを試した時はいつでも、私は次のエラーを取得しています:
git.exe clone --progress -v "http://vcs.hiit.fi/git/hiit_wfa" "C:\Users\athukora\Desktop\HIIT wide focus area\hiit_wfa"
Cloning into 'C:\Users\athukora\Desktop\HIIT wide focus area\hiit_wfa'...
error: The requested URL returned error: 401 (curl_result = 22, http_code = 401, sha1 = 9b1b551b5e4b7c7666df38c129d1ecc480c77347)
error: Unable to find 9b1b551b5e4b7c7666df38c129d1ecc480c77347 under http://vcs.hiit.fi/git/hiit_wfa
Cannot obtain needed object 9b1b551b5e4b7c7666df38c129d1ecc480c77347
while processing commit 876cb1098d91238e87c239b8151eeba5330f4480.
error: Fetch failed.
誰かがこの問題の原因を把握するために私を助けてくださいことはできますか?
ありがとうございます。これは私のために働いていたコマンドですhttps:// username:[email protected]/git/hiit_wfa destination_folder – Paba
ここに ':password'を入れない方が良いでしょう。パスワードはシェル履歴に保存されています –