3
我剛剛安裝了openSUSE,它隨附於Git 1.8.1.4版本。Git憑證助手不起作用
我想已經配置了此行的憑證幫手推後一些庫:
git config --global credential.helper 'cache --timeout=3600'
此行不會引發任何錯誤。
但是,在我最初輸入我的憑證並期望讓它們緩存後,證書助手不起作用。它吐出這條消息:
error: cannot run git-credential-cache--daemon: No such file or directory
fatal: unable to start cache daemon: No such file or directory
爲什麼會發生這種情況,我該如何解決它?