#到你想变为仓库到目录里去(cd XXXXXXX) git init # 得到一个空的仓库 git status git add . git status git commit -m "some comment " git status 到Github上面新建一个仓库,获得仓库地址 git remote add origin GITHUB-REPO-URL git push 会出错 根据提示输入 git push --set-ups.........
Last updated 6 years ago
Was this helpful?