问题
- We have Redhat Linux server, GIT was already installed on this server and we need to create a local repository.
- 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