error: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none while accessing https://github.com/githankH/The_Swift_Programming_Language_zh-TW.git/info/refs?service=git-upload-packfatal: HTTP request failed
解法:
**
git remote -v
=> 看目前有哪些遠端分支
git remote rm $name
=> 砍掉目前的 $name 遠端分支
$ export GIT_SSL_NO_VERIFY=1不過變成upload的時候會需要敲github的帳號密碼.
**
git remote -v
=> 看目前有哪些遠端分支
git remote rm $name
=> 砍掉目前的 $name 遠端分支