How to set up Aptana Studio 3 with a Bitbucket private repo
up vote
2
down vote
favorite
I have just started playing around with Git and would like to push a personal project to a newly created, private repo on Bitbucket using Aptana Studio 3. I tried to use the Git integration in Aptana but I couldn't figure out where to enter my username and password for Bitbucket anywhere. I tried using the Team > Share Project
context menu but that keeps throwing the following message:
Warning: Permanently added the RSA host key for IP address '207.223.240.181' to the list of known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
I'm pretty sure that's because my repo is private. However, I couldn't find a provision to provide any form of credentials for linking to a private repo.
Any ideas?
aptana-studio
add a comment |
up vote
2
down vote
favorite
I have just started playing around with Git and would like to push a personal project to a newly created, private repo on Bitbucket using Aptana Studio 3. I tried to use the Git integration in Aptana but I couldn't figure out where to enter my username and password for Bitbucket anywhere. I tried using the Team > Share Project
context menu but that keeps throwing the following message:
Warning: Permanently added the RSA host key for IP address '207.223.240.181' to the list of known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
I'm pretty sure that's because my repo is private. However, I couldn't find a provision to provide any form of credentials for linking to a private repo.
Any ideas?
aptana-studio
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I have just started playing around with Git and would like to push a personal project to a newly created, private repo on Bitbucket using Aptana Studio 3. I tried to use the Git integration in Aptana but I couldn't figure out where to enter my username and password for Bitbucket anywhere. I tried using the Team > Share Project
context menu but that keeps throwing the following message:
Warning: Permanently added the RSA host key for IP address '207.223.240.181' to the list of known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
I'm pretty sure that's because my repo is private. However, I couldn't find a provision to provide any form of credentials for linking to a private repo.
Any ideas?
aptana-studio
I have just started playing around with Git and would like to push a personal project to a newly created, private repo on Bitbucket using Aptana Studio 3. I tried to use the Git integration in Aptana but I couldn't figure out where to enter my username and password for Bitbucket anywhere. I tried using the Team > Share Project
context menu but that keeps throwing the following message:
Warning: Permanently added the RSA host key for IP address '207.223.240.181' to the list of known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
I'm pretty sure that's because my repo is private. However, I couldn't find a provision to provide any form of credentials for linking to a private repo.
Any ideas?
aptana-studio
aptana-studio
asked Mar 9 '12 at 20:15
Titus
208310
208310
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
You used the SSH link to clone your repository. For this to work you need to do one of the following:
- Use ssh-keygen to generate a private key, and add the equivalent public key to bitbucket.
- Just use https, and enter your username and password each time (or store it in .netrc)
It doesn't matter that your repo is private, your problem is in authentication to bitbucket.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
You used the SSH link to clone your repository. For this to work you need to do one of the following:
- Use ssh-keygen to generate a private key, and add the equivalent public key to bitbucket.
- Just use https, and enter your username and password each time (or store it in .netrc)
It doesn't matter that your repo is private, your problem is in authentication to bitbucket.
add a comment |
up vote
0
down vote
You used the SSH link to clone your repository. For this to work you need to do one of the following:
- Use ssh-keygen to generate a private key, and add the equivalent public key to bitbucket.
- Just use https, and enter your username and password each time (or store it in .netrc)
It doesn't matter that your repo is private, your problem is in authentication to bitbucket.
add a comment |
up vote
0
down vote
up vote
0
down vote
You used the SSH link to clone your repository. For this to work you need to do one of the following:
- Use ssh-keygen to generate a private key, and add the equivalent public key to bitbucket.
- Just use https, and enter your username and password each time (or store it in .netrc)
It doesn't matter that your repo is private, your problem is in authentication to bitbucket.
You used the SSH link to clone your repository. For this to work you need to do one of the following:
- Use ssh-keygen to generate a private key, and add the equivalent public key to bitbucket.
- Just use https, and enter your username and password each time (or store it in .netrc)
It doesn't matter that your repo is private, your problem is in authentication to bitbucket.
answered Jan 22 '13 at 4:14
dwurf
29319
29319
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f398964%2fhow-to-set-up-aptana-studio-3-with-a-bitbucket-private-repo%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown