Steve Ward

Results 449 comments of Steve Ward

@erinmclear were you previously running an older version of GitHub Desktop, or this occurring after a fresh install? See [the pinned issue](https://github.com/desktop/desktop/issues/16052) for more information if you had an older...

@erinmclear there are a few things I'd recommend trying: - Trying restarting your machine and then launching the app - Make sure you are launching the app from the `/Applications`...

@smileBeda it does look like your issue was from the revoked certificate, as I see this in the log you shared: ``` "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGKILL (Code Signature Invalid)"},` ```...

Thanks for the report @chadagreene. Could you upload the log file from GitHub Desktop so that I could get some more information about this issue? To access the log files...

@chadagreene unfortunately it looks like the log file isn't showing anything related to the push operations. Could you try sending over the log file again (no need to delete any...

Unfortunately that only shows a push as succeeding: ``` 2022-11-18T15:06:04.559Z - info: [ui] Executing push: git -c credential.helper= push origin main:main --progress (took 16.349s) ``` But it does look like...

Thanks for the logs, unfortunately it isn't giving much information as to why the push would be stalling. Have you tried pushing via the command line to see if that...

@chadagreene are the ~20mb files binary files? The main thing I recommend if you are trying to push larger files is to use [Git LFS](https://docs.github.com/en/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage). It could help improve performance,...

@gingerbeardman thanks for the report. Previously when we've seen the `The user name or passphrase you entered is not correct' error locking and unlocking the `login` keychain in `Keychain Access.app`...