从阿里云云效的代码库中执行git pull时报错如下:
git pull该部署公钥无权限拉代码
fatal: Could not read from remote repository.Please make sure you have the correct access rights
and the repository exists.原因是该代码库在云效上未启用密钥,…
最近偶然发现一款轻量级的git服务器,以前一直用的svn server,最近想搞个git服务器, 用gitlab资源占用太多了,gogs是一款轻量级git服务器,非常适合个人使用。 项目地址:GitHub - gogs/gogs: Gogs is a painl…