git clone 遠程地址時候出現 "fatal: protocol error: bad line length character: No This" 錯誤
在stackoverflow上查到的是修改~/.bashrc文件采用 echo "錯誤信息" 1&2>/dev/null 來忽略錯誤提示
我出現這種問題的原因是:
/etc/passwd文件裡面
git:x:501:502::/home/git:/sbin/nologin
修改成為
git:x:501:502::/home/git:/usr/local/git/bin/git-shell
查找自己系統上安裝的git-shell路徑方法為
locate git-shell
我的搜索結果是/usr/local/git/bin/git-shell
希望我的解決辦法對你能有所幫助。
http://xxxxxx/Linuxjc/1190992.html TechArticle
linux內核外部驅動模塊編譯報錯ERROR:"******"[drivers/**.ko]undefined!
linux系統安裝文件&&安裝過程分析&&kickstart文件分析
Linix登錄報"/etc/profile: line 11: syntax error near unexpected token `${\r",linixsyntax
Symantec Backup Exec 報"Access denied to directory xxx" Error Code E0008488,deniede0008488
JDK介紹 && Linux下JDK 環境變量設置