git operation push
曾经蜡笔没有小新
曾经蜡笔没有小新 2017-05-02 09:52:46
0
3
798

曾经蜡笔没有小新
曾经蜡笔没有小新

reply all(3)
滿天的星座

Try to clone the remote library first, and then push it

git clone https://github.com/aaa/aaa.git(此处是你的库地址)
git add *
git commit -m 'update'
git push -u origin master
过去多啦不再A梦

Confirm whether the remote library has a master branch.
Confirm whether you have permission to access the remote library.

左手右手慢动作

First, you need to make sure you have write permissions on the associated remote repository.
Then, you need to make sure that the local name of your remote warehouse is origin (use the git remote show command). Although it is this name by default, what if you change it?

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template