1
我執行了git config --system --unset credential.helper
和git config --global --unset credential.helper
,並通過git config --system --edit
和git config --global --edit
手動進入,並且所有配置都爲空(只是名稱和電子郵件地址)。我也刪除了Windows Credential Manager中的所有條目,並重新啓動了我的電腦。Git SCM/Bash在Windows上不提示憑據
每當我嘗試克隆時,都沒有提示輸入憑據。結果,我收到了403條禁止消息。其他人使用相同的命令+ url成功克隆。協議是http到內部服務器。我不明白爲什麼Git在配置沒有任何設置時沒有提示憑據。我如何讓Git通過憑證提示我?