1.无法git clone成功:
错误提醒fatal: unable to access ‘https://github xxxxxxxxx
问题重现:
代码语言:javascript复制$ git clone https://github.com/HotBitmapGG/bilibili-android-client.git
fatal: destination path 'bilibili-android-client' already exists and is not an empty directory.
解决方法:
将命令中的 https改为 git
$ git clone git://github.com/HotBitmapGG/bilibili-android-client.git
2.无法访问github
问题重现:
解决方法:
在com后加上
代码语言:javascript复制cnpmjs.org
这个方法是用了国内的镜像