Skip to content
This repository has been archived by the owner on Aug 25, 2019. It is now read-only.

Unable to push to repo after recent update #62

Closed
Matan opened this issue Dec 4, 2016 · 4 comments
Closed

Unable to push to repo after recent update #62

Matan opened this issue Dec 4, 2016 · 4 comments

Comments

@Matan
Copy link

Matan commented Dec 4, 2016

Hi,

Sorry for the cross linking of issues. I assumed I would need to go directly to Phabrictor to get assistance on an issue like this.

Please see the details here: https://secure.phabricator.com/T11947

I've been using this docker for a while now and it's been working great for my company.

Any help would be greatly appreciated.

Thanks!

@Matan
Copy link
Author

Matan commented Dec 4, 2016

The issue has been identified! Git 2.11 is to blame. Downgrading git in my custom entrypoint solves the problem.

## Manually install specific version of git
zypper --non-interactive install wget libcurl-devel

GIT_VERISON=2.10.2
wget https://github.com/git/git/archive/v$GIT_VERISON.tar.gz
tar -zxf v$GIT_VERISON.tar.gz

cd git-$GIT_VERISON

# https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
make configure
./configure --prefix=/usr
make all
make install

cd ..

@Matan Matan closed this as completed Dec 4, 2016
@hach-que
Copy link
Contributor

hach-que commented Dec 4, 2016

Yeah, upstream support is pretty much limited to their hosted solution these days.

I'll see if I can find a software repository which has Git as 2.10.2 instead of 2.11.

@hach-que
Copy link
Contributor

hach-que commented Dec 4, 2016

(Reopening to track Git versioning issue)

@hach-que hach-que reopened this Dec 4, 2016
@hach-que
Copy link
Contributor

hach-que commented Dec 5, 2016

Thanks for reporting this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants