标签: git github
我使用以下git subtree命令从本地子树初始推送到远程存储库:
git subtree push --prefix=src origin master
对代码进行了一些更改后,我执行了git commit和git push -f但是在执行git push时出现错误:Large files detected.我想知道是否应该使用不同的推送命令因为我正在使用git子树。
git commit
git push -f
git push
Large files detected.