gpt4 book ai didi

git - Pycharm 和 bitbucket 插件

转载 作者:太空狗 更新时间:2023-10-29 12:55:02 26 4
gpt4 key购买 nike

我已经安装了 bitbucket plufin 来连接我的 Pycharm 和 bitbucket。我在 PyCharm 的 VCS 菜单中尝试过 -> 导入到版本控制 -> 共享项目(带有 bitbucket 图标) -> 像我的项目一样命名 -> 标记它是 Git 存储库 -> 单击“确定”,然后我收到错误消息“在 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

[更新]设置 repo 和初始提交后,当我尝试推送 smth 时,我在 pycharm 中遇到了新错误:Push failed: fatal: The remote end hung up unexpectedly解决不了我的问题。解决方案是通过 https 而不是 ssh 连接到 bitbucket

  • 转到 bitbucket 并将 https 链接复制到你的 repo
  • 使用 https 链接编辑项目目录 .git/config 文件中的 url

最佳答案

我遇到了同样的问题,解决方法如下:

http://www.youtube.com/watch?v=klfLSRXUOzY

这里的主要问题是 PyCharm/PHPStorm/IntelliJ 没有向项目添加远程。这意味着您必须通过 git add remote <your remote here> 手动添加 Remote

关于git - Pycharm 和 bitbucket 插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17519590/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com