question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fetch Origin hanging

See original GitHub issue

Describe the bug

After using the app for quite sometimes, it will try to fetch origin and then hanging there never finish fetching. Then there’s no way to push the branch via the app unless you restart the app.

Version & OS

2.5.3 + macOS 10.14.2

Steps to reproduce the behavior

  1. Use the app
  2. Leave it open
  3. Wait until it automatically fetch origin
  4. Hanging, never stop fetching

Expected behavior

It should finish fetching and let the user push the changes to the remote. Even if it stuck at least you should let the user stop the fetching.

Actual behavior

It never stop fetching and thus don’t allow the user to push the changes.

Screenshots

Logs

2020-08-05T03:31:57.193Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.626s)
2020-08-05T03:31:57.651Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-android - (user-removed) (has token)
2020-08-05T03:31:58.981Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.330s)
2020-08-05T03:31:59.195Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-ios - (user-removed) (has token)
2020-08-05T03:31:59.195Z - info: [ui] Background fetch for 2 repositories took 3.636sec
2020-08-05T03:44:40.457Z - info: [ui] [BranchPruner] Last prune took place in 4 hours - skipping
2020-08-05T03:46:56.840Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.271s)
2020-08-05T03:46:57.221Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-android - (user-removed) (has token)
2020-08-05T03:46:58.358Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-ios - (user-removed) (has token)
2020-08-05T03:46:58.358Z - info: [ui] Background fetch for 2 repositories took 2.790sec
2020-08-05T04:01:56.877Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.299s)
2020-08-05T04:01:57.263Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-android - (user-removed) (has token)
2020-08-05T04:01:58.270Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.007s)
2020-08-05T04:01:58.467Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-ios - (user-removed) (has token)
2020-08-05T04:01:58.467Z - info: [ui] Background fetch for 2 repositories took 2.889sec
2020-08-05T04:16:56.862Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.275s)
2020-08-05T04:16:57.223Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-android - (user-removed) (has token)
2020-08-05T04:16:58.430Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-ios - (user-removed) (has token)
2020-08-05T04:16:58.430Z - info: [ui] Background fetch for 2 repositories took 2.843sec
2020-08-05T04:31:56.838Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.240s)
2020-08-05T04:31:57.198Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-android - (user-removed) (has token)
2020-08-05T04:31:58.528Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.330s)
2020-08-05T04:31:58.728Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-ios - (user-removed) (has token)
2020-08-05T04:31:58.728Z - info: [ui] Background fetch for 2 repositories took 3.131sec
2020-08-05T04:46:56.870Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.262s)
2020-08-05T04:46:57.261Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-android - (user-removed) (has token)
2020-08-05T04:46:58.311Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.050s)
2020-08-05T04:46:58.524Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-ios - (user-removed) (has token)
2020-08-05T04:46:58.524Z - info: [ui] Background fetch for 2 repositories took 2.916sec
2020-08-05T05:01:07.328Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.560s)
2020-08-05T05:01:33.491Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.375s)
2020-08-05T05:01:40.769Z - info: [ui] No submodules found. Skipping "git submodule status"
2020-08-05T05:01:42.110Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.234s)
2020-08-05T05:01:57.303Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.678s)
2020-08-05T05:01:57.741Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-android - (user-removed) (has token)
2020-08-05T05:01:59.183Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.441s)
2020-08-05T05:01:59.393Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-ios - (user-removed) (has token)
2020-08-05T05:01:59.394Z - info: [ui] Background fetch for 2 repositories took 3.769sec
2020-08-05T05:03:49.000Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 2.964s)
2020-08-05T05:04:00.464Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-android - (user-removed) (has token)
2020-08-05T05:04:02.446Z - info: [ui] Executing checkoutBranch: git -c credential.helper= checkout --progress davinci/purple-coverage -- (took 1.963s)
2020-08-05T05:04:03.600Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.127s)
2020-08-05T05:04:04.029Z - info: [ui] [Timing] Action 'create branch' for 'mobapp/client-android' took 3.593s
2020-08-05T05:04:12.610Z - info: [ui] Executing createCommit: git commit -F - (took 1.715s)
2020-08-05T05:04:13.727Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.116s)
2020-08-05T05:04:16.291Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 2.052s)
2020-08-05T05:04:16.383Z - info: [ui] [Timing] Action 'create commit' for 'mobapp/client-android' took 6.200s
2020-08-05T07:10:13.003Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.400s)
2020-08-05T07:10:13.433Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-android - (user-removed) (has token)
2020-08-05T07:10:15.290Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.856s)
2020-08-05T07:10:15.504Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-ios - (user-removed) (has token)
2020-08-05T07:10:15.504Z - info: [ui] Background fetch for 2 repositories took 3.902sec
2020-08-05T07:25:13.799Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 2.186s)
2020-08-05T07:25:14.278Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-android - (user-removed) (has token)
2020-08-05T07:25:16.226Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.948s)
2020-08-05T07:25:16.599Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-ios - (user-removed) (has token)
2020-08-05T07:25:16.599Z - info: [ui] Background fetch for 2 repositories took 4.987sec
2020-08-05T07:40:13.714Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 2.091s)
2020-08-05T07:40:14.083Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-android - (user-removed) (has token)
2020-08-05T07:40:16.124Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 2.041s)
2020-08-05T07:40:16.391Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-ios - (user-removed) (has token)
2020-08-05T07:40:16.391Z - info: [ui] Background fetch for 2 repositories took 4.768sec
2020-08-05T07:55:12.999Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.366s)
2020-08-05T07:55:13.421Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-android - (user-removed) (has token)
2020-08-05T07:55:14.679Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-ios - (user-removed) (has token)
2020-08-05T07:55:14.680Z - info: [ui] Background fetch for 2 repositories took 3.047sec
2020-08-05T08:10:13.443Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.796s)
2020-08-05T08:10:13.850Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-android - (user-removed) (has token)
2020-08-05T08:10:15.184Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.334s)
2020-08-05T08:10:15.404Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-ios - (user-removed) (has token)
2020-08-05T08:10:15.404Z - info: [ui] Background fetch for 2 repositories took 3.760sec
2020-08-05T08:14:31.857Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.289s)
2020-08-05T08:14:49.362Z - info: [ui] [AppStore] loading 2 repositories from store
2020-08-05T08:14:49.365Z - info: [ui] [AppStore] found account: (removed)
2020-08-05T08:14:50.410Z - info: [ui] launching: 2.5.3 (Mac OS 10.14.2)
2020-08-05T08:14:50.411Z - info: [ui] execPath: '/Applications/GitHub Desktop 2.app/Contents/Frameworks/GitHub Desktop Helper (Renderer).app/Contents/MacOS/GitHub Desktop Helper (Renderer)'
2020-08-05T08:14:51.337Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.869s)
2020-08-05T08:14:51.384Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.309s)
2020-08-05T08:15:01.754Z - info: [ui] Executing createCommit: git commit -F - (took 1.800s)
2020-08-05T08:15:02.776Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.015s)
2020-08-05T08:15:03.800Z - info: [ui] proxy url not resolved, protocol not supported
2020-08-05T08:15:04.656Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.435s)
2020-08-05T08:15:04.731Z - info: [ui] [Timing] Action 'create commit' for 'mobapp/client-android' took 5.535s
2020-08-05T08:15:14.974Z - info: [ui] Executing fetch: git -c credential.helper= fetch --progress --prune origin (took 11.169s)
2020-08-05T08:15:16.517Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.525s)
2020-08-05T08:15:19.910Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-android - (user-removed) (has token)
2020-08-05T08:15:19.911Z - info: [ui] proxy url not resolved, protocol not supported
2020-08-05T08:15:40.549Z - info: [ui] Executing push: git -c credential.helper= push origin (branch-name-removed) --progress (took 20.630s)
2020-08-05T08:15:40.557Z - info: [ui] proxy url not resolved, protocol not supported
2020-08-05T08:15:44.397Z - info: [ui] Executing fetch: git -c credential.helper= fetch --progress --prune origin (took 3.836s)
2020-08-05T08:15:45.859Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.459s)
2020-08-05T08:16:50.888Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.202s)
2020-08-05T08:16:52.979Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-ios - (user-removed) (has token)
2020-08-05T08:16:52.979Z - info: [ui] proxy url not resolved, protocol not supported
2020-08-05T08:17:05.892Z - info: [ui] Executing fetch: git -c credential.helper= fetch --progress --prune origin (took 12.910s)
2020-08-05T08:17:07.407Z - info: [ui] Background fetch for 2 repositories took 17.709sec
2020-08-05T08:32:08.757Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.344s)
2020-08-05T08:32:11.660Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 2.533s)
2020-08-05T08:32:11.919Z - info: [ui] Background fetch for 2 repositories took 4.506sec
2020-08-05T08:46:45.118Z - info: [ui] proxy url not resolved, protocol not supported
2020-08-05T08:46:55.707Z - info: [ui] Executing fetch: git -c credential.helper= fetch --progress --prune origin (took 10.585s)
2020-08-05T08:46:58.164Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 2.056s)
2020-08-05T08:47:08.653Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.237s)
2020-08-05T08:47:11.475Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 2.512s)
2020-08-05T08:47:11.716Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-ios - (user-removed) (has token)
2020-08-05T08:47:11.716Z - info: [ui] proxy url not resolved, protocol not supported
2020-08-05T08:47:18.574Z - info: [ui] Executing fetch: git -c credential.helper= fetch --progress --prune origin (took 6.855s)
2020-08-05T08:47:19.965Z - info: [ui] Background fetch for 2 repositories took 12.536sec
2020-08-05T09:02:08.926Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.500s)
2020-08-05T09:02:10.659Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.314s)
2020-08-05T09:02:10.882Z - info: [ui] Background fetch for 2 repositories took 3.456sec
2020-08-05T09:17:09.979Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 2.543s)
2020-08-05T09:17:10.370Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-android - (user-removed) (has token)
2020-08-05T09:17:10.372Z - info: [ui] proxy url not resolved, protocol not supported
2020-08-05T09:17:20.291Z - info: [ui] Executing fetch: git -c credential.helper= fetch --progress --prune origin (took 9.918s)
2020-08-05T09:17:21.901Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.415s)
2020-08-05T09:17:25.100Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 2.547s)
2020-08-05T09:17:25.312Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-ios - (user-removed) (has token)
2020-08-05T09:17:25.313Z - info: [ui] proxy url not resolved, protocol not supported
2020-08-05T09:17:31.427Z - info: [ui] Executing fetch: git -c credential.helper= fetch --progress --prune origin (took 6.112s)
2020-08-05T09:17:32.863Z - info: [ui] Background fetch for 2 repositories took 25.414sec
2020-08-05T09:32:11.832Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 2.573s)
2020-08-05T09:32:14.939Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 2.751s)
2020-08-05T09:32:15.164Z - info: [ui] Background fetch for 2 repositories took 5.905sec
2020-08-05T09:47:08.867Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.409s)
2020-08-05T09:47:10.233Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.005s)
2020-08-05T09:47:10.607Z - info: [ui] Background fetch for 2 repositories took 3.150sec
2020-08-05T09:50:09.263Z - info: [ui] proxy url not resolved, protocol not supported
2020-08-05T09:50:17.610Z - info: [ui] Executing fetch: git -c credential.helper= fetch --progress --prune origin (took 8.344s)
2020-08-05T09:50:19.444Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.302s)
2020-08-05T10:02:08.695Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.228s)
2020-08-05T10:02:10.195Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-ios - (user-removed) (has token)
2020-08-05T10:02:10.195Z - info: [ui] proxy url not resolved, protocol not supported
2020-08-05T10:02:16.641Z - info: [ui] Executing fetch: git -c credential.helper= fetch --progress --prune origin (took 6.443s)
2020-08-05T10:02:18.067Z - info: [ui] Background fetch for 2 repositories took 10.586sec
2020-08-05T10:17:08.754Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.276s)
2020-08-05T10:17:10.346Z - info: [ui] Background fetch for 2 repositories took 2.869sec
2020-08-05T10:21:47.829Z - info: [ui] proxy url not resolved, protocol not supported
2020-08-05T10:21:55.387Z - info: [ui] Executing fetch: git -c credential.helper= fetch --progress --prune origin (took 7.554s)
2020-08-05T10:21:56.976Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.234s)
2020-08-05T10:32:08.698Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.211s)
2020-08-05T10:32:10.178Z - info: [ui] Background fetch for 2 repositories took 2.691sec
2020-08-05T10:47:08.662Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.164s)
2020-08-05T10:47:10.912Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.921s)
2020-08-05T10:47:11.101Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-ios - (user-removed) (has token)
2020-08-05T10:47:11.101Z - info: [ui] proxy url not resolved, protocol not supported
2020-08-05T10:47:15.458Z - info: [ui] Executing fetch: git -c credential.helper= fetch --progress --prune origin (took 4.354s)
2020-08-05T10:47:16.660Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.016s)
2020-08-05T10:47:16.901Z - info: [ui] Background fetch for 2 repositories took 9.390sec
2020-08-05T10:53:25.174Z - info: [ui] proxy url not resolved, protocol not supported
2020-08-05T10:53:32.518Z - info: [ui] Executing fetch: git -c credential.helper= fetch --progress --prune origin (took 7.342s)
2020-08-05T10:53:34.063Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.238s)
2020-08-05T11:02:08.738Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.229s)
2020-08-05T11:02:10.376Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.258s)
2020-08-05T11:02:10.598Z - info: [ui] Background fetch for 2 repositories took 3.089sec
2020-08-05T11:10:35.235Z - info: [ui] Executing createCommit: git commit -F - (took 1.874s)
2020-08-05T11:10:37.822Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.190s)
2020-08-05T11:10:37.899Z - info: [ui] [Timing] Action 'create commit' for 'mobapp/client-android' took 5.372s
2020-08-05T11:10:38.632Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: client-android - (user-removed) (has token)
2020-08-05T11:10:38.632Z - info: [ui] proxy url not resolved, protocol not supported
2020-08-05T11:10:58.599Z - info: [ui] Executing push: git -c credential.helper= push origin (branch-name-removed) --progress (took 19.958s)
2020-08-05T11:10:58.607Z - info: [ui] proxy url not resolved, protocol not supported
2020-08-05T11:11:07.151Z - info: [ui] Executing fetch: git -c credential.helper= fetch --progress --prune origin (took 8.540s)
2020-08-05T11:11:08.741Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.290s)
2020-08-05T11:13:33.688Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.201s)
2020-08-05T11:15:53.750Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.278s)
2020-08-05T11:16:02.037Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.245s)
2020-08-05T11:17:08.792Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 1.273s)
2020-08-05T11:17:11.849Z - info: [ui] Executing getStatus: git --no-optional-locks status --untracked-files=all --branch --porcelain=2 -z (took 2.490s)
2020-08-05T11:17:12.088Z - info: [ui] Background fetch for 2 repositories took 4.569sec

Additional context

Add any other context about the problem here.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:14 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
robertomurtacommented, Aug 26, 2020

Indeed, Windows Update disabled SSH Agent 😕, re-enabling it, solved the issue for me. Thank you.

1reaction
chromiacommented, Aug 25, 2020

I also encountered this problem and solved it by enabling “OpenSSH Authentication Agent” service(for ssh-agent tools) on Windows. Perhaps Windows Update disabled this service. For your information.

Read more comments on GitHub >

github_iconTop Results From Across the Web

jenkins - Git fetch hangs - Stack Overflow
It sounds like you change the url of origin often... Any reason you're just not adding another remote? · I have issue with...
Read more >
Fetching Origin - Hang on... doesn't end · Issue #4397 - GitHub
When opening GitHub Desktop the "Fetching Origin" box is continually loading/spinning. After a couple seconds, Windows Explorer opens with no ...
Read more >
Git hangs at fetch but runs fine with pull - Super User
I'm trying to run git fetch (or git fetch origin ) and it hangs at “Unpacking objects: 81%” (after getting stuck at 50%...
Read more >
Solve the git fetch origin hangs issue again | by Stephen Lee
My solution is saving the pid and another information called phase on the pid file, the job not only check the process exists,...
Read more >
How to prevent 'git fetch' from hanging when executed from ...
I use Git for Windows for working with remote git repository. When I execute a command git fetch --all from command line it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found