Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Git to 2.9 #30

Open
pascalberger opened this issue Sep 17, 2020 · 0 comments
Open

Update Git to 2.9 #30

pascalberger opened this issue Sep 17, 2020 · 0 comments

Comments

@pascalberger
Copy link
Collaborator

Ubuntu 16.x comes with Git 2.7.x. Azure DevOps requires at least Git 2.9 for checking out sources.

It should either be documented that the image running on Ubuntu 16.x just supports Azure DevOps until a specific version, or the image should install Git from another repository.

E.g. something like:

add-apt-repository ppa:git-core/ppa
apt-get update
apt-get install git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant