Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用git更新nios2 for linux归档包,但是网络真的很慢,当连接意外断开时我很无聊,我不得不重新开始工作,它花费了太多时间,所以我想知道可以git pull 继续从上一个断点下载源代码树?
问候
从 git clone 无法重新启动的事实猜测,我怀疑 pull 也可以。你必须使用 git reset 回到你开始的地方。