Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I fix access issue

Peter October 27, 2019

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:

 

error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500

1 answer

0 votes
Alexis Robert
Community Champion
October 27, 2019

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 :

  • Increase the Git buffer size to the largest individual file size of your repo:
git config --global http.postBuffer 157286400

 

Let me know if this helps, 

 

--Alexis

Peter October 28, 2019

@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

Alexis Robert
Community Champion
October 28, 2019

Can you try purging the blobs from your repo ? You can do it with this command : 

git gc --prune=all

 

Thanks,

 

--Alexis 

Peter October 28, 2019

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events