git 新浪云

git clone https://git.sinacloud.com/ecust

Cloning into ‘ecust’…
warning: You appear to have cloned an empty repository.
Checking connectivity… done.

此时需要输入用户名(安全邮箱)密码(安全密码)

cd ecust

把文件拷贝过去

git add .、
git commit -am "test"
 git remote add sae https://git.sinaapp.com/ecust
 git push sae master:1

你可能感兴趣的:(git 新浪云)