滿天的星座2017-05-02 09:54:46
尝试先将远程的库clone下来,然后再push
git clone https://github.com/aaa/aaa.git(此处是你的库地址)
git add *
git commit -m 'update'
git push -u origin master
ringa_lee2017-05-02 09:54:46
首先,你要确定你对关联的远程仓库有写权限。
然后,你要确定你的远程仓库在本地的名字是origin(使用git remote show
命令),虽然默认是这个名,万一你改过呢?