TortoiseGit avoid login and passwd everytime

TortoiseGit avoid login and passwd everytime

Postby Antonio Linares » Tue Nov 19, 2013 1:40 pm

Download winstore from http://gitcredentialstore.codeplex.com

Copy git-credential-winstore.exe to where you have Git installed (usually at c:\Program Files\Git\)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41274
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: TortoiseGit avoid login

Postby Antonio Linares » Tue Nov 19, 2013 1:45 pm

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41274
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: TortoiseGit avoid login

Postby Antonio Linares » Tue Nov 19, 2013 2:17 pm

Finally add these lines from "TortoiseGit > Settings > Git > Edit local .gitconfig"

[credential]
helper = !'c:\\Program Files\\Git\\git-credential-winstore.exe'
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41274
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: TortoiseGit avoid login

Postby Antonio Linares » Tue Nov 19, 2013 10:07 pm

[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
hideDotFiles = dotGitOnly
[remote "origin"]
url = https://user@bitbucket.org/user/repository.git
fetch = +refs/heads/*:refs/remotes/origin/*
puttykeyfile =
[branch "master"]
remote = origin
merge = refs/heads/master
[user]
name = your name
email = your email
[credential]
helper = !'c:\\Program Files\\Git\\git-credential-winstore.exe'
// whereever git-credential-winstore.exe has been placed
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41274
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to Off Topic / Otros temas

Who is online

Users browsing this forum: No registered users and 3 guests