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

Git pull fails on Mac #188

Closed
HS-Yogi opened this issue May 23, 2016 · 3 comments
Closed

Git pull fails on Mac #188

HS-Yogi opened this issue May 23, 2016 · 3 comments

Comments

@HS-Yogi
Copy link

HS-Yogi commented May 23, 2016

I can manually clone git repository on my mac without any issues but the vsts-agent fails to fetch. I have pulled the code from the master branch. Here's some details from the build log

2016-05-23T18:40:17.6577750Z Syncing repository: MyProject (Git)
2016-05-23T18:40:17.6716300Z ##[command]git version
2016-05-23T18:40:17.7318800Z ##[command]git config --get remote.origin.url
2016-05-23T18:40:17.8463880Z ##[command]git config gc.auto 0
2016-05-23T18:40:17.9596200Z ##[command]git remote set-url origin http://OAuth:********@{OurInternalUrl}
2016-05-23T18:40:18.1720790Z ##[command]git remote set-url --push origin http://OAuth:********@{OurInternalUrl}
2016-05-23T18:40:18.2863680Z ##[command]git fetch --tags --prune --progress origin
2016-05-23T18:40:23.3720080Z fatal: Authentication failed for 'http://OAuth:********@{OurInternalUrl}
2016-05-23T18:40:23.4365370Z ##[error]Git fetch failed with exit code: 128
2016-05-23T18:40:23.4451620Z ##[section]Finishing: Get Sources

I saw similar issue being discussed here. Is there something I need to look into? Is this a work in progress and I should just wait? Should I be pulling the code from different branch? Please let me know .. /cc @bryanmacfarlane

@bryanmacfarlane
Copy link
Collaborator

The preview is only for VSTS. On-prem will be supported in the next preview

@bryanmacfarlane
Copy link
Collaborator

bryanmacfarlane commented May 24, 2016

That preview should be any day - look for 2.101.0

@YogirajA
Copy link
Contributor

Thanks!

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

No branches or pull requests

3 participants