git init //init floader
git remote //Look now remote
git add . //Add all commit files
git remote rm //remove remote
git remote add //add remote
git push origin master //push
git pull origin master //update
git config --global --unset http.proxy//remove the proxy setting .if found 'unable to access xxxx'
GitHub Shell Command
最新推荐文章于 2024-05-02 13:00:00 发布