atlassian-sourcetree

Authentication failed to bitbucket

点点圈 提交于 2019-11-27 19:52:22
问题 I'm trying to push my project via the https protocol on bitbucket using sourcetree. But I can't connect to bitbucket with my login and password (which work on the website), I have a fatal error : "Authentication failed". I read on other posts I can work around the problem using the ssh protocol instead of the https one, so I set up a ssh key following instructions on the source tree faq. But now I don't know how I can change to the ssh protocol when I want to push my code. Someone know how I

Removing/undoing a merge on Sourcetree

你说的曾经没有我的故事 提交于 2019-11-27 19:49:21
问题 I made quite few changes in my project (I was working on a remote branch and not the master), I committed them and created a pull request on BitBucket and merged the branch to master. I had forgotten to push my changes after the commit. Now, after trying switching the current branch to my remote branch and reverting to the commit before the merge, I managed to get all my changes back and back them up elsewhere in my system. What I want to do now is undo the bad merge that I did. Each time I

Git error: RPC failed; result=22, HTTP code = 404

本秂侑毒 提交于 2019-11-27 14:26:59
问题 I'm using SourceTree on OSX and using Git to push to Visual Studio Online. I get the following error: POST git-receive-pack (490857233 bytes) error: RPC failed; result=22, HTTP code = 404 fatal: The remote end hung up unexpectedly Everything up-to-date Completed with errors, see above I have already tried the following: git config --global http.postBuffer 524288000 回答1: I just ran into a very similar error (for which this answer is the top google result) - the solution was in a comment by

Finishing a feature branch with GIT Flow

二次信任 提交于 2019-11-27 13:01:34
问题 From my understanding one of the advantages of creating feature branches is so that you can easily see where large groups of commits have been merged into the develop branch. Upon finishing a feature branch the recommendation is to delete the feature branch since it is no longer needed for development. Once the branch has been deleted, will the graph still be annotated with "feature/my-fancy-feature" branched and merged? 回答1: "Upon finishing a feature branch the recommendation is to delete

'cannot open git-upload-pack' error in Eclipse when cloning or pushing git repository

*爱你&永不变心* 提交于 2019-11-27 06:43:31
I am not able to clone or push to a git repository at Bitbucket in Eclipse: It's weird, because a day before I didn't have any problem. I have downloaded the sts 3 times with no luck. This error keeps showing. Also I have installed SourceTree and it says 'This is not a valid source path / URL': If I use git commands to import the project, it works, but I wan't to use EGit for this task, since I am a newbie with git. I don't know if this has to do with it, but in the same directory I have the android-adt-bundle. This one works pretty well, but the project lies on GitHub and not Bitbucket. Also,

Unknown SSL protocol error in connection

流过昼夜 提交于 2019-11-26 22:07:35
I want to push my commits to a Bitbucket repository but this error occurred: Fatal: unable to access 'https://myUsername@bitbucket.org/myUsername/myRepository.git/': Unknown SSL protocol error in connection to bitbucket.org:443 According to bitbucket knowledgebase it may also be caused by the owner of the repository being over the plan limit. If you look further down the page it seems to also be possible to trig this error by using a too old git version (1.7 is needed at the moment). You can get more information with # Windows set GIT_CURL_VERBOSE=1 set GIT_TRACE_PACKET=2 # Unix export GIT

Unknown SSL protocol error in connection

房东的猫 提交于 2019-11-26 07:30:01
问题 I want to push my commits to a Bitbucket repository but this error occurred: Fatal: unable to access \'https://myUsername@bitbucket.org/myUsername/myRepository.git/\': Unknown SSL protocol error in connection to bitbucket.org:443 回答1: According to bitbucket knowledgebase it may also be caused by the owner of the repository being over the plan limit. If you look further down the page it seems to also be possible to trig this error by using a too old git version (1.7 is needed at the moment).