Answered by:
Linux Developers using GIT Repos in TFS on Prem

Question
-
We have TFS 2013 on Prem and have some Linux devs that want to be able to work with the GIT repos from the command line. TFS is using windows authentication.
What's the best way of making this work.
Local Git Repos then pushing changes up to the TFS repo?
Anyone doing this?
Friday, November 6, 2015 3:35 PM
Answers
-
Hi,
To work with the TFS Git server, you can use any Git command line tool. You can also use the Eclipse plugin Team Explorer Everywhere.
But you will need to configure basic authentication for the TFS server to be able to connect using a username/password from a Linux machine.
https://msdn.microsoft.com/en-us/library/aa833874(v=vs.110).aspx#
https://msdn.microsoft.com/en-us/library/aa833872(v=vs.120).aspx
Hope this helps.
Thanks,
Madhuri
- Proposed as answer by Starian chenMicrosoft contingent staff, Moderator Tuesday, November 17, 2015 1:38 AM
- Marked as answer by Starian chenMicrosoft contingent staff, Moderator Wednesday, November 18, 2015 9:23 AM
Thursday, November 12, 2015 6:39 PM
All replies
-
Hi,
There is Team Explorer Everywhere tool that we could use in Eclipse and Cross platform.
Regards
Starain
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.
- Edited by Starian chenMicrosoft contingent staff, Moderator Tuesday, November 17, 2015 1:36 AM
Monday, November 9, 2015 3:17 AMModerator -
Hi,
To work with the TFS Git server, you can use any Git command line tool. You can also use the Eclipse plugin Team Explorer Everywhere.
But you will need to configure basic authentication for the TFS server to be able to connect using a username/password from a Linux machine.
https://msdn.microsoft.com/en-us/library/aa833874(v=vs.110).aspx#
https://msdn.microsoft.com/en-us/library/aa833872(v=vs.120).aspx
Hope this helps.
Thanks,
Madhuri
- Proposed as answer by Starian chenMicrosoft contingent staff, Moderator Tuesday, November 17, 2015 1:38 AM
- Marked as answer by Starian chenMicrosoft contingent staff, Moderator Wednesday, November 18, 2015 9:23 AM
Thursday, November 12, 2015 6:39 PM -
Hi Bluu,
For Git command line tool, you may refer to this article:
# Git-TF
Regards
Starain
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.Tuesday, November 17, 2015 1:37 AMModerator