Clone TFS-GIT repository to GIT repository (Linux) by using GIT commands

孤人 提交于 2019-12-12 03:48:02

问题


  1. We have Redhat Linux server, GIT was already installed on this server and we need to create a local repository.
  2. We have TFS-GIT project in TFS 2015, we need to clone the TFS-GIT repository to the GIT repository on Linux by using GIT commands.

For this task, we created a empty local repository on Linux, and getting "Fatal: authentication error to connecting TFS-GIT repository on windows server 2012 . We tried in different ways but still we are getting same error.

can any one please advise on this.

Thanks


回答1:


As present time, you need to configure Basic Authentication on your TFS Application Tier server in order to authenticate from Linux (or OSX).

Note that if you do this, you should also enable SSL so you can use HTTPS, because Basic Authentication sends credentials in cleartext, including passwords. Using HTTPS will ensure that the credentials are encrypted.



来源:https://stackoverflow.com/questions/36770709/clone-tfs-git-repository-to-git-repository-linux-by-using-git-commands

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!