gpt4 book ai didi

git - bitbucket 从 https 切换到 ssh

转载 作者:行者123 更新时间:2023-12-02 13:49:59 25 4
gpt4 key购买 nike

我有我的 repo 的 ssh url

git@bitbucket.org:accountUser/repo.git

以及我用于获取和推送的远程 url:

ssh://git@bitbucket.org:accountUser/repo.git

我已经生成了一个新的私钥和公钥 ssh key ,私钥已添加到 ssh 代理,公钥已添加到 bitbucket 中的 ssh key 。

如果我在本地服务器上使用 git-bash 并放置

ssh -T git@bitbucket.org

它打印与远程 URL 匹配的 accountUser

但是,git pull 和 git fetch 在 powershell 中返回:

permission denied (publickey_ could not read from remote repository

在 gitbash 中它返回

invalid repository syntax, could not read from remote repository

在提示输入 key 密码后。

我做错了什么?我只是想解决 bitbuckets 禁用 TLS v1.1 的问题

最佳答案

你的远程地址

ssh://git@bitbucket.org:accountUser/repo.git

语法错误。修复它:

ssh://git@bitbucket.org/accountUser/repo.git

关于git - bitbucket 从 https 切换到 ssh,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53599012/

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