ubuntu - gitlab sshkey已经加了但是push一直失败
ringa_lee
ringa_lee 2017-04-28 09:04:50
0
2
905

mkdir node_mongodb
cd node_mongodb
git init
touch README.md
git add README.md
git commit -m "first commit"
git remote add origin git@192.168.0.199:dev/node_mongodb.git
git push -u origin master

提示
Pushing to git@192.168.0.199:dev/node_mongodb.git
Access denied.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

ringa_lee
ringa_lee

ringa_lee

全部回复(2)
小葫芦

空仓库创建没有,

仅有的幸福

需要在gitlab里 dev组下创建Project node_mongodb 光本地创建是不行的

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!