I have installed bitbucket plufin to connect my Pycharm with bitbucket.I have tried in VCS menu in PyCharm -> import into Versions control -> Share project (with bitbucket icon) -> name it like my project -> mark that it is Git repository -> click Ok and I get then error message "Share project on bitbucket - push failed"
Log 11:11:33.157: cd /Users/apple/Documents/Projects/Python/Study_python2
11:11:33.157: git show --name-status -M --pretty=format:%x01%h%x02%H%x02%ct%x02%an%x02%at%x02%ae%x02%cn%x02%ce%x02%p%x02%d%x02%s%x02%b%x02%B%x03 --encoding=UTF-8 5847233
11:11:33.066: cd /Users/apple/Documents/Projects/Python/Study_python2
11:11:33.066: git log HEAD --branches --remotes --tags --max-count=340 --date-order --pretty=format:%x01%h%x02%ct%x02%p%x02%an%x03 --encoding=UTF-8 --full-history --sparse -- .
[Update]
After setting up my repo and initial commit I met new error in pycharm when I tried to push smth: Push failed: fatal: The remote end hung up unexpectedly
I add my public key to bitbucket but that din't solve my problem. The solution was to connect to bitbucket via https not ssh
url
in the file in your project dir .git/config
with https link Bitbucket Server has strong integrations with Bamboo, our powerful CI/CD tool that allows you to completely automate your process.
I've faced the same problem, here is the solution:
http://www.youtube.com/watch?v=klfLSRXUOzY
The main problem here, is that no remote is added to the project by PyCharm / PHPStorm / IntelliJ. This means you have to manually add the remote via git add remote <your remote here>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With