Create a fork in a repository or merge branches yields git error code 128

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

When forking a repository, a message similar to that is displayed:

An error occurred while executing an external process: '/usr/bin/git clone --bare --shared /home/bitbucket/data/data/repositories/8 /home/bitbucket/data/data/repositories/22' exited with code 128 saying: fatal: Could not get current working directory: No such file or directory

When merging a Pull Request, a message similar to that is displayed:

Caused by: com.atlassian.bitbucket.exception.ServerException: An error occurred while executing an external process: '/usr/bin/git clone --no-checkout --shared -b master /var/lib/bitbucket/data/repositories/156 /var/lib/bitbucket/tmp/git/jamf_standard_library-merge2972724898070904938.git' exited with code 128 saying: fatal: Could not change back to '/root': Permission denied

Cause

Bitbucket Server has been started from a path that it doesn't have access anymore or does not exist. You can find the PWD tag of the following part of the application.xml (after you generate the Support Zip):

<PWD>/root</PWD>
<HOME>/home/bitbucket</HOME>

Resolution

Please start Bitbucket Server from its home directory.

 

 

 

 

 

 

 

 

 

Last modified on Sep 16, 2015

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.