安装gogs git软件后,使用迁移外部仓库功能,提示“你没有获得导入本地仓库的权限”,发现是因为使用的ssh的链接进行导入

centos 6.5 gogs迁移外部仓库报错

目前gogs咱不支持,随后使用github的https链接导入,依然报错

 

centos 6.5 gogs迁移外部仓库报错

 

 

在gogs服务器本地测试:

fatal: unable to access 'https://github.com/zhangbei59/sem27.git/': SSL connect error

 

查了了相关资料,发现时centos6.5本身自带的一些组件太旧,github不支持导致,解决方法如下:

sudo yum update -y nss curl libcurl

 

相关文章:

  • 2021-06-04
  • 2022-03-04
  • 2021-12-29
  • 2022-12-23
  • 2022-02-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
  • 2018-10-24
  • 2022-02-09
  • 2021-10-15
相关资源
相似解决方案