Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

tortoisegit settings->git->remote not showing

I want to use tortoisegit for windows7-64bit. I have already generated ssh-keys. I have read many tutorials instructing me how to "make the SSH key be known to TortoiseGit". Tutorials say that I should go to settings->git->remote, and fill some fields properly.

The problem is that in my computer, the "remote" options does not show up. Assuming that was a bug of last version, I tried to install some previous versions (non-last-ones), and the problem remained. I am stuck.

Can someone help me either to make the "remote" option to show, or to explain me how to make ssh key be known to tortoisegit.

Thanks in advance.

sbVB

like image 760
sbVB Avatar asked Dec 20 '13 12:12

sbVB


2 Answers

In order to see the "remote" option (under TortoiseGit -> Settings) you should launch (right click) TortoiseGit on a folder which belongs to a GIT working copy or on a repository.

So, you have to clone a repository or creating an empty one.

like image 194
Mau76 Avatar answered Oct 20 '22 06:10

Mau76


To find the "remote" option you should select a folder which is repository and Right click to select tortoisegit and select pull ,then you can see the "manage remote" on the popu windows,then click it and you can set the remote NOW!

like image 29
sunqi Avatar answered Oct 20 '22 06:10

sunqi