He instalado Bitbucket Plufin para conectar mi Pycharm con Bitbucket. Lo he intentado en el menu de VCS en PyCharm -> Importar en el control de Versiones -> Compartir proyecto (con icono de bitbucket) -> nombrarlo como mi proyecto -> marcar que es el repository de Git -> click Aceptar y aparece el post de error "Compartir proyecto en bitbucket – error de inserción"
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 -- .
[Actualización] Después de configurar mi repository y la confirmación inicial, encontré un nuevo error en pycharm cuando intenté presionar smth: Error de Push failed: fatal: The remote end hung up unexpectedly
. Agregué mi key pública a bitbucket, pero eso no resolvió mi problema. . La solución fue conectar bitbucket a través de https, no ssh
url
en el file en su dir de proyecto .git/config
con el enlace https He enfrentado el mismo problema, aquí está la solución:
http://www.youtube.com/watch?v=klfLSRXUOzY
El principal problema aquí, es que PyCharm / PHPStorm / IntelliJ no agrega ningún control remoto al proyecto. Esto significa que tiene que agregar manualmente el control remoto a través de git add remote <your remote here>