请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

cookiecutter安装下载模板时遇到问题

我试了命令:

  1. cookiecutter git@github.com/pydanny/cookiecutter-django.git
  2. cookiecutter https://github.com/pydanny/cookiecutter-django.git
    均报了错误:
    subprocess.CalledProcessError: Command ‘[‘git’, ‘clone’, ‘git@github.com/pydanny/cookiecutter-django.git’]’ returned non-zero exit status 128.

另外我虚拟机运行centos,用自带的firefox是无法登陆github网站的,提示
An error occurred during a connection to www.github.com.

Cannot communicate securely with peer: no common encryption algorithm(s).

(Error code: ssl_error_no_cypher_overlap)

正在回答

2回答

如果git clone https://...报错:fatal: HTTP request failed

一般是由于以下几种问题造成的:

1)git版本的问题:可以通过安装更高的版本解决问题,可以点这里 《Git升级》

2)系统的时间不对,使用date查看时间是否正确,如果不正确点击这里 《Linux修改系统时区》

最简单的解决办法,可以试试 sudo yum update -y nss curl libcurl nss-util nspr

0 回复 有任何疑惑可以回复我~
  • 提问者 慕粉4117367 #1
    非常感谢!
    回复 有任何疑惑可以回复我~ 2019-05-16 14:41:25
Jack 2019-05-13 17:16:58

git clone https://github.com/pydanny/cookiecutter-django.git 看能clone下来吗?

如果行的话,就克隆下来用本地的,

https://img1.sycdn.imooc.com//szimg/5cd935d2000158c907270420.jpg

如果不行的话,看报的啥错,截图一下看看,可能是系统上少了什么依赖

0 回复 有任何疑惑可以回复我~
  • 提问者 慕粉4117367 #1
    git clone https://github.com/pydanny/cookiecutter-django.git
    Initialized empty Git repository in /home/hadoop/Desktop/cookiecutter-django/.git/
    error:  while accessing https://github.com/pydanny/cookiecutter-django.git/info/refs
    
    fatal: HTTP request failed
    回复 有任何疑惑可以回复我~ 2019-05-15 22:12:10
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信