Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
尝试将Atom与github.com集成_Git_Github_Atom Editor - Fatal编程技术网

尝试将Atom与github.com集成

尝试将Atom与github.com集成,git,github,atom-editor,Git,Github,Atom Editor,我使用atom在汇编中进行编码,并尝试将提交推送到git hub存储库。我下载了git plus软件包,但每次推送时都会收到以下错误信息: “fatal无法读取没有此类设备的用户名 或地址“ 当我使用终端推送时,它工作。通过以下命令远程链接git: git远程rm源和 git远程添加源'git@github.com:username/repo.git'尝试为存储库添加远程存储: git remote rm origin git remote add origin 'https://github.

我使用atom在汇编中进行编码,并尝试将提交推送到git hub存储库。我下载了git plus软件包,但每次推送时都会收到以下错误信息:

“fatal无法读取没有此类设备的用户名 或地址“


当我使用终端推送时,它工作。

通过以下命令远程链接git:

git远程rm源和
git远程添加源'git@github.com:username/repo.git'

尝试为存储库添加远程存储:

git remote rm origin
git remote add origin 'https://github.com/user/repo.git'
其中链接中的
user
是您在GitHub中的名字,而
repo
是您的存储库的名字