English 中文(简体)
如何建立侵权指控,不要求使用密码
原标题:How to set up tortoisegit to not require password using ssh

我在遇到麻烦,难以利用我供应的精子钥匙(使用普惠特生产)。 在指挥过程中,我收到了<代码>被否定的误差”和《托里兹》。 吉苏伊倡议一收到一个密码。 我尝试了

然后,我找到了

Oh,我确实在我的Gite account,以及在Gite->设立了我的ppk;Remote Section of TortoiseGit

因此,我失踪了吗?

问题回答

检查贵族血统。

Right click on your project folder TortoiseGit -> Settings -> Choose Git -> Remote and select the origin entry.

支票的开端是ssh http://,你的私人钥匙装上。

http://。 然后,将每次请您通过。

希望这一帮助。

您对开放式SSH服务器的描述是否知道你应当获得你的公用钥匙?

• 与普蒂特人联系。 你们将看到一个只读写的字体,即“将公用钥匙放在开放式SSH授权的钥匙档案中”。 页: 1

SSH与PTTy合入SSH服务器。 开放<代码>~/.ssh/authorized_keys文档,备有编辑,在新行文中抄录并保存。 <代码>~/.ssh的目录可能还没有。 在该案中,在编辑该档案之前,有<代码>mkdir ~/.ssh。

I am using git 2.7 and tortoisegit 1.8.16 Here is what I did to avoid requiring password and it worked for my case

Right click on your project folder TortoiseGit -> Settings Choose Git -> Remote and select the origin entry Change url from https://github... to ssh://git@github...

利用Tortoise 2.2.0.0,你需要做两件事。 在遥远的表格上,你可以删除你已经拥有的或需要增加的“(s)”来源,使用sh子的“Push Default”检查箱,使托托托里斯使用它来进行违约的推力(以及我的拉皮条来源)。

只需要具体指明的关键,然后是当你普什时,它就应当不把你的新奇迹作为目的地,而不应要求你的用户名和密码。

Obviously you need to know what user to have in your URL. For example, in Visual Studio Team Services, it is the name of the VSTS account (not account holder!). You might also need the port number.

所有这一切,我都是从零开始,而且工作得当。





相关问题
git confusion - cloning a repo is returning a past version

Im having some confusion with my git usage. I cloned a repo from one comp to the other, and the new clone is the state of the original that was active some time ago. So its cloning a past version. ...

Appropriate strategy for tagging and hotfixing with git

I was wondering if the strategy I m using for tagging and hotfixing tags (which then I use for deploying rails applications) with git is appropriate. For tagging I just tag a commit of the master ...

Tips on upgrading CVS to git/hg?

We still use CVS, I use git and hg for my personal use though I m still a novice at both, but I realize they re much more modern and better, faster, distributed, etc. It s just everyone is so ...

Using Git in a TFS shop

Using Git at home has spoiled me - I now find using TFS at work to be a bit of a drag and want to explore the possibility of using Git locally and syncing somehow with TFS. I figure there are a few ...

热门标签