I have repository on both github.com and bitbucket.org, and I am very familiar using Git Extensions for all repository functions... But when I started using bitbucket.org repositories I have to use TortoiseHg SVN for it ... so I want to ask that is there a way I can use Git Extensions for Bitbucket repositories?
相关问题
- Git lost local commited files after git checkout
- Upload linux binary file to maven repository
- Git Clone : Permission denied (publickey). fatal:
- Weird colored terminal response by git [duplicate]
- Bitbucket Pull Request refspec
相关文章
- Access BitBucket payload data in Jenkins pipeline
- How to keep Stored Procedures and other scripts in
- Maven deploy hangs while downloading maven_metadat
- How do you centralize the Entity Framework data co
- How can I keep a subfolder of a git repo in sync w
- How to push history edited with 'git replace
- How do I get Web API / Castle Windsor to recognize
- How to change committed User name in bitbucket?
I haven't fully tested it, but these steps allowed me to clone a Bitbucket repository in Git Extensions.
You can use PuTTY to generate a public/private SSH key, then add that key to Bitbucket.
Paste your public key into the SSH keys text input as (spaces are important, do not include square brackets around the public key):
ssh-rsa [AA-YOUR-PUBLIC-KEY-ALL-ONE-LINE-SPACES-REMOVED-==] youremail@domain.com
I found that most of this worked for me with just a few small changes.
--Run GitExtensions\PuTTY\pageant.exe C:\path\to\ppk-file.ppk--Also i found that i was having a problem saying that the machine i was looking for might not be the correct one. I found this very helpful and if you are having problems might be useful Using the SSH protocol with Bitbucket and very quickly helped me through that.
I hope this helps