touch test
git add test
git commit -m "test"
git push -u origin master
这行得通。该文件已上传到存储库。
rm test
cp -R ../website ./website
git rm test
git add website/
git commit -m "Initial"
git push -u origin master
这没有给出任何输出,并且似乎没有对存储库进行任何操作。测试文件仍然存在于存储库中。
$ git status
# On branch master
# Your branch is ahead of 'origin/master' by 1 commit.
#
nothing to commit (working directory clean)
有人可以帮忙吗?
在客户端和服务器上重新创建分支,但没有成功。当里面只有一个文件时它可以工作,但它根本不会将网站文件夹推送到服务器。
这是我能看到的唯一奇怪的事情;POST git-receive-pack (chunked)