-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot acess to my private git repo. I have a password but cannot find were i can insert the password to acess the GIT repo. #524
Comments
You need to use |
no https for me. Well could not fixed this with the git-credentials-osxkeychain. Seems that i always get permissions denied. Even if i create everything under admin. |
Does the cloning using terminal work for you? You can clone using terminal and then work with it in Brackets. |
Yes that works perfectly Martin. The terminal does it. But let me say that is a nice extension ;) Cheers. No dia 19/05/2014, às 02:11, Martin Zagora [email protected] escreveu:
|
Well the main goal of the extension is to provide ability to commit, view diffs and see changes, history and so on. Remote operations do work well with HTTPS protocol but don't work with password protected SSH due to nature of Git implementation which we cannot change. |
Hi Martin, just to add this comment about the workaround to make this work. -> Mac
-> Windows (Go to point 3 if you have already a rsa key already generated)
Remarks: After this we can push/pull everything onto our private git server. |
Thanks - This should probably go into readme or docs :) |
Thanks for that @eduardomcrodrigues, I also found https://confluence.atlassian.com/display/BITBUCKET/Set+up+SSH+for+Git from Bitbucket helpful in setting up SSH. I can push/pull just fine with Git Bash now, but not so with "git" through the Command Prompt. I can't manage to set brackets-git to use Git Bash: "C:\Program Files (x86)\Git\bin\sh.exe" --login -i Any ideas? Thanks. |
You can only use a valid git executable with brackets-git, not a shell one. So on Windows it'll be |
You can use |
OK, fair enough @zaggino. I was able to get SSH working in windows command prompt with https://github.com/msysgit/msysgit/blob/master/git-cmd.bat though - not sure if that changes anything... I will just stick to opening bash when I need to interact with remote repositories. |
On Windows I wasn't able to push/pull from ssh protected remote repositories until setting an environment variable Prior to this I was getting an the |
I followed laubsterboy's post on Jul 30, 2015, at 10:18 AM EDT, which seemed to help! I did get stuck at another stage however, and had to fix another part of my environment. I first set the
I then executed this command from the terminal After this I had the strangest error with Pageant finding a matching key that would not work on GitHub. Here is the error I had so it can be searched:
I found with this that it was using a key file I had specified in PuTTy under the "(Default Settings)" saved session that exists from installation of that program, and plink had read this session configuration to only use that single file. I had removed the key from Pageant in earlier testing, but it did not work when it was added then either, so it probably tried to only use that one key then as well. Removing this key entry in the PuTTy default session configuration allowed plink to find the right key from the list in Pageant, and successfully communicate with my repository on GitHub! |
[Please describe your problem here]
Brackets 0.38.0-12606 (mac), Git 1.9.2 & Brackets-Git 0.13.15
The text was updated successfully, but these errors were encountered: