Just upgrade the Mac that is running BB. Before this, had no issues browsing the repos using web browser, or interacting with git.
After this Mac was upgrade to Catalina, the web browser still works, but all git commands fail with:
Hi @Peter ,
can you check that you have enough space available on your Mac ? This could be the reason for this error.
If that's not the issue, can you try this :
git config --global http.postBuffer 157286400
Let me know if this helps,
--Alexis
@alexis - plenty of space ... after trying the command you suggested, tried again and here is the output:
Enumerating objects: 29204, done.
Counting objects: 100% (29204/29204), done.
Delta compression using up to 12 threads.
Compressing objects: 100% (22048/22048), done.
error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500 Internal Server Error
fatal: The remote end hung up unexpectedly
Writing objects: 100% (29204/29204), 663.40 MiB | 37.16 MiB/s, done.
Total 29204 (delta 10530), reused 22753 (delta 5814)
fatal: The remote end hung up unexpectedly
Everything up-to-date
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you try purging the blobs from your repo ? You can do it with this command :
git gc --prune=all
Thanks,
--Alexis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That ran, but still same issue. I wondered if something had to credentials after the upgrade to Catalina, so I re-added myself and now, after it prompts for a password, it says:
git: 'credential-manager' is not a git command. See 'git --help'.
git: 'credential-manager' is not a git command. See 'git --help'.
It accepts the password, then goes through the motion as though it is pushing, but fails with original error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.