简体   繁体   中英

Setting up git on the Centos Linux server

在此处输入图片说明 I am new to git. I have installed git on the server and set up the repository there. But I am facing problem in cloning that repository on my local windows machine. On my windows machine I am using Tortoise Git for cloning. Could anyone help what url I need to provide to clone that repository on my local machine ? Below is the message I am getting

git did not exit cleanly (exit code 128) (25381 ms @ 21-03-2014 14:51:54), Attached is the screenshot for the same ...

First, check the remote URL used: HTTPS or SSH.

If it is SSH:

  • check that the ssh user@CentOSserver gives you a prompt
  • check that ssh user@CentOSserve /path_to_repository is accessible (readable)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM