Tag Archives: centos 6.5 gogs

CentOS 6.5 gogs migration external warehouse error

After installing gogs git software, use the function of migrating external warehouses and prompt “you don’t have permission to import local warehouses”. It is found that it is because you use the SSH link to import

At present, gogs is not supported by us. Later, we use the HTTPS link of GitHub to import, and still report an error

 

 

 

Test locally on the gogs server:

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

 

After checking the relevant data, it is found that some components of CentOS 6.5 are too old and GitHub does not support them. The solutions are as follows:

sudo yum update -y nss curl libcurl