我已經安裝了bitbucket plufin來連接我的pycharm與bitbucket.I已經嘗試在PyCharm的VCS菜單 - >導入到版本控制 - >共享項目(與bitbucket圖標) - >命名它像我的項目 - >標記,它是Git倉庫 - >單擊OK,我得到那麼錯誤消息「的到位桶分享項目 - 推失敗」pycharm和bitbucket插件
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 -- .
- 我試圖導入到版本控制 - >在Github上分享項目 - 並沒有問題
- 另外我有本地.git安裝在項目目錄
[更新] 建立我的回購後和初始提交我pycharm遇到新的錯誤,當我試圖把水木清華:Push failed: fatal: The remote end hung up unexpectedly
添加我的公鑰到位桶但din't解決我的問題。解決的辦法是連接通過https到位桶未通過ssh
- 轉到到位桶和文件在您的項目複製的https鏈接到你的回購
- 編輯
url
目錄.git/config
以https鏈接
嗨,我的答案是否適合你? –
是的,非常感謝你 –
嗨,嘗試一個新的「jetbrains-bitbucket連接器」插件從這裏: https://bitbucket.org/dmitry_cherkas/jetbrains-bitbucket-connector/downloads – Maks