Clone TFS-GIT repository to GIT repository (Linux) by using GIT -
we have redhat linux server, git installed on server , need create local repository.
we have tfs-git project in tfs 2015, need clone tfs-git repository git repository on linux using git commands.
for task, created empty local repository on linux, , configured basic authentication , configured ssl certification using server manager.
still getting "fatal: authentication error" connecting tfs-git repository on windows server 2012 . tried in different ways still getting same error.
am using basic credentials used server logins , have id , password everything.
is there specific kind of passsord need use this? please advise me on this
thanks in advance
you have done should be.
need copy public key of desired user unix server work.
how setup ssh-key?
# generate key (local machine) ssh-keygen -t rsa # copy generated key unix machine (server) # key in : %home%/.ssh/id_rsa.pub # in widows under user account: users/<user_name>
other ways
if have username , password might need use http/https.
read here how set up/
Comments
Post a Comment