flathub / flathub/com.visualstudio.code

Problem with working on the terminal/Git with my SSH config

未关闭
#157 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Shell
星标
217
派生
82
平均合并
1 天 7 小时
30 天内合并 PR
1

描述

I have set up SSH with some configurations for Kerberos. My SSH config file looks like this:
```
Host *.somethingsomething.whatever
User herpaderp
GSSAPIAuthentication yes
GSSAPIKeyExchange yes
GSSAPIDelegateCredentials yes
ForwardAgent yes
```
I do not want to use Kerberos in the terminal, but I need to be able to git fetch, pull, push and others to private GitHub repositories. When I attempt to use the Git integration or the terminal for the task, I am returned this error:
```
sh-5.0$ git fetch
/home/petarlishov/.ssh/config line 5: Unsupported option "gssapiauthentication"
/home/petarlishov/.ssh/config: line 7: Bad configuration option: gssapikeyexchange
/home/petarlishov/.ssh/config line 9: Unsupported option "gssapidelegatecredentials"
/home/petarlishov/.ssh/config: terminating, 1 bad configuration options
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
```

贡献指南

这个仓库没有索引到贡献指南

调研方向

从终端和 Git 集成的入口点开始,使用所示的 SSH 配置重现报告中的 git fetch 命令。确定该集成是否能够处理此配置;完成的标准是 fetch、pull 和 push 不再因所列出的 SSH 配置错误而终止。

由索引模型根据 Issue 内容生成。

评估

技术栈
git, shell
领域
cli, devtools
Issue 类型
缺陷
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
需要澄清
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。