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


  1. we have redhat linux server, git installed on server , need create local repository.

  2. 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

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -