We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
想要在centos 服务器中穿件git服务器,方便在本地(mac) curd云服务器上的repo
yum install -y git
git init
红框部分的路径是git路径,clone指令会用到
git clone root@{你的服务器ip}:/root/ghchat-prod/.git/
输入服务器密码
克隆成功
The text was updated successfully, but these errors were encountered:
No branches or pull requests
背景
想要在centos 服务器中穿件git服务器,方便在本地(mac) curd云服务器上的repo
步骤
在centos云服务器上安装git
yum install -y git
在你想要的repo中初始化git
git init
红框部分的路径是git路径,clone指令会用到
在你电脑尝试clone刚才的git repo
git clone root@{你的服务器ip}:/root/ghchat-prod/.git/
输入服务器密码
克隆成功
The text was updated successfully, but these errors were encountered: