github – Git sync on visual studio code running forever

Yesterday 2023-05-09 I run a git sync, pull/push, on visual studio code and get an error somenthing like “you should pull first” than I set “Allow push force” on settings, hit the sync again and its still running 24h later. Here is the output that show every 5 minutes:

2023-05-10 09:12:46.786 [info] > git config --local branch.master.github-pr-owner-number [22ms]
2023-05-10 09:12:46.830 [info] > git config --get commit.template [23ms]
2023-05-10 09:12:46.839 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [13ms]
2023-05-10 09:12:46.937 [info] > git status -z -uall [51ms]
2023-05-10 09:17:46.986 [info] > git config --local branch.master.github-pr-owner-number [22ms]
2023-05-10 09:17:47.029 [info] > git config --get commit.template [22ms]
2023-05-10 09:17:47.037 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [9ms]
2023-05-10 09:17:47.126 [info] > git status -z -uall [67ms]
2023-05-10 09:22:47.176 [info] > git config --local branch.master.github-pr-owner-number [23ms]
2023-05-10 09:22:47.232 [info] > git config --get commit.template [32ms]
2023-05-10 09:22:47.243 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [16ms]
2023-05-10 09:22:47.326 [info] > git status -z -uall [58ms]

Read more here: Source link