为什么 Sourcetree 需要很长时间才能提交并将更改推送到 origin?
Why does Sourcetree take a long time to commit and push changes to origin?
如您在屏幕截图中所见,我正在尝试提交一些更改。
问题是它会在此屏幕上停留数小时。
这只是我在使用 Sourcetree 时遇到的众多问题之一。如果有替代品,请推荐。
我尝试更改为不同的网络连接(WiFi 和 LAN 电缆)。
我尝试通过终端提交,它显示了以下几行
$ git status
On branch feature/refresh-token Your branch is ahead of
'origin/feature/refresh-token' by 3 commits. (use "git push" to
publish your local commits)
nothing to commit, working tree clean
$ git push
No result/action - Nothing happens
我尝试更改存储库路径,但它在输出中显示了不同的结果 window:
我通过不提交 bitbucket-pipelines.yml 文件“解决”了这个问题。
如您在屏幕截图中所见,我正在尝试提交一些更改。 问题是它会在此屏幕上停留数小时。
这只是我在使用 Sourcetree 时遇到的众多问题之一。如果有替代品,请推荐。
我尝试更改为不同的网络连接(WiFi 和 LAN 电缆)。
我尝试通过终端提交,它显示了以下几行
$ git status
On branch feature/refresh-token Your branch is ahead of 'origin/feature/refresh-token' by 3 commits. (use "git push" to publish your local commits)
nothing to commit, working tree clean
$ git push
No result/action - Nothing happens
我尝试更改存储库路径,但它在输出中显示了不同的结果 window:
我通过不提交 bitbucket-pipelines.yml 文件“解决”了这个问题。