Atom git-plus没有检测到我的.gitconfig

时间:2017-03-17 21:57:33

标签: git atom-editor

我安装了git-plus Atom插件。

现在,我创建了一个包含README的存储库,我已将其克隆到我的磁盘上(在我配置之前

git config --global user.name 
git config --global user.email

ssh

我在Atom中打开了目录(其中包含.git目录),编辑了一些代码,现在我想使用git-plus'Add+Commit+Push。 我点击了那个,我收到了这个错误:

enter image description here

enter image description here

我已将HOME环境变量设置为C:\Users\Frynio。在C:\Users\Frynio我也有.gitconfig个文件和.ssh。那我做错了什么?

1 个答案:

答案 0 :(得分:0)

首先检查一下你的配置:

git config 

您甚至可以添加--show-origin标志以查看定义的来源。
在那之后检查钥匙是否到位

cat ~/.ssh/id_rsa.pub

如果在尝试之后仍无法正常工作