repo: fatal: error unknown url type: https
(2013-03-21 15:32:27)
标签:
it |
分类: 常用的一些 |
在更新了Python后出现了蛋疼的一幕,
git repo 无法正常使用提示repo: fatal: error unknown url type: https等
多次跟新系统无效,shh服务不能正常使用......
解决方法:
1. 安装libssl-dev
sudo apt-get install libssl-dev
2. 重新编译安装python:
make distclean
./configure
make
sudo make install
前一篇:linux 串口驱动