How to set up Aptana Studio 3 with a Bitbucket private repo











up vote
2
down vote

favorite
2












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?










share|improve this question


























    up vote
    2
    down vote

    favorite
    2












    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?










    share|improve this question
























      up vote
      2
      down vote

      favorite
      2









      up vote
      2
      down vote

      favorite
      2






      2





      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?










      share|improve this question













      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 9 '12 at 20:15









      Titus

      208310




      208310






















          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:




          1. Use ssh-keygen to generate a private key, and add the equivalent public key to bitbucket.

          2. 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.






          share|improve this answer





















            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














             

            draft saved


            draft discarded


















            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

























            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:




            1. Use ssh-keygen to generate a private key, and add the equivalent public key to bitbucket.

            2. 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.






            share|improve this answer

























              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:




              1. Use ssh-keygen to generate a private key, and add the equivalent public key to bitbucket.

              2. 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.






              share|improve this answer























                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:




                1. Use ssh-keygen to generate a private key, and add the equivalent public key to bitbucket.

                2. 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.






                share|improve this answer












                You used the SSH link to clone your repository. For this to work you need to do one of the following:




                1. Use ssh-keygen to generate a private key, and add the equivalent public key to bitbucket.

                2. 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.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jan 22 '13 at 4:14









                dwurf

                29319




                29319






























                     

                    draft saved


                    draft discarded



















































                     


                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                    Mangá

                     ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕