先将你的修改保存到暂存区 git add file 然后提交到本地仓库 git commit -m "commit infomation" 最后将你本地的更新推送到远程仓库:git push
先转到仓库的文件夹下,然后git clone git@github:仓库名/repository.git