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

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

reply all(2)
小葫芦

No empty warehouse is created,

仅有的幸福

Needs to be in gitlab dev组下创建Project node_mongodb Just creating it locally is not enough

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!