? ? ? ?不明原因造成打開github desktop就卡住,不能操作,沒有辦法克隆源碼。嘗試在Application里面刪除,重新安裝仍然不能湊效。沒有辦法,借助Google找到了下面解決方案,親測可行,分享給大家。
? ? ? ?https://gist.github.com/naomik/11245234
該網(wǎng)頁上有作者寫的卸載github腳本,網(wǎng)頁下面關(guān)于腳本運(yùn)行說明如下:
1. Click the 'Raw' link at the top of the page.
2. File > Save-as
3. Put it into your Downloads folder, keep the original name (uninstall-GHfM.sh)
4. Open Terminal (from Applications folder / Utilities folder)
5. Put the following into Terminal:
sudo bash ~/Downloads/uninstall-GHfM.sh
6. Hit the "return" key
7. When prompted, enter your admin password (and hit "return" after)
參考:
1.https://gist.github.com/naomik/11245234