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

来源:4-1 Cookiecutter安装和使用(附文档)

慕粉4117367

2019-05-13

我试了命令:

  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回答

Jack

2019-05-15

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

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

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

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

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

0
1
慕粉4117367
非常感谢!
2019-05-16
共1条回复

Jack

2019-05-13

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

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

//img.mukewang.com/szimg/5cd935d2000158c907270420.jpg

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

0
1
慕粉4117367
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
共1条回复

Django高级实战 开发企业级问答网站

融合Django高级用法/算法/设计模式/TestCase测试/云计算打造项目

900 学习 · 756 问题

查看课程