Git   发布时间:2022-04-04  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了不可能在Windows 7 64位机器上用apm安装atom-beautify大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。

我试图安装atom-beautify插件到GitHub Atom编辑器与apm,但仍然得到这个错误

npm ERR! git fetch -a origin (https://github.com/Benvie/harmony-collections.git) fatal: Unable to find remote Helper for 'https' npm WARN `git config --get remote.origin.url` returned wrong result (git://github.com/ariya/esprima.git) npm ERR! git clone git://github.com/ariya/esprima.git @R_728_1419@ into bare repository 'C:Userspc00120.atom.node-gyp.atom.apm_git-remotesgit-github-com-ariya-esprima-git-9077e517'... npm ERR! git clone git://github.com/ariya/esprima.git fatal: Unable to look up github.com (port 9418) (UnkNown host.) npm ERR! Windows_NT 6.1.7601 npm ERR! argv "c:\Users\pc00120\ApPDAta\Local\atom\app-0.176.0\resources\app\apm\bin\node.exe" "c:\Users\pc00120\ApPDAta\Local\atom\app-0.176.0\resources\app\apm\node_modules\npm\bin\npm-cli.js" "--globalconfig" "c:\Users\pc00120\ApPDAta\Local\atom\app-0.176.0\resources\app\apm\.apmrc" "--userconfig" "C:\Users\pc00120\.atom\.apmrc" "install" "C:\Users\pc00120\ApPDAta\Local\Temp\d-115029-4180-1mvqz47\package.tgz" "--target=0.20.0" "--arch=ia32" "--msvs_version=2012" npm ERR! node v0.10.35 npm ERR! npm v2.3.0 npm ERR! code 128 npm ERR! Command Failed: fatal: Unable to find remote Helper for 'https' npm ERR! npm ERR! npm ERR! If you need Help,you may report this error at: npm ERR! <http://github.com/npm/npm/issues>

我背后的公司代理,但我已经正确configuration,可以执行,例如这些命令没有错误

git clone https://github.com/Benvie/harmony-collections.git git clone git://github.com/ariya/esprima.git

我的.apmrc

https-proxy=http://username:passwd@my.proxy.com:3128 http-proxy=http://username:passwd@my.proxy.com:3128 Strict-ssl=false

一些其他的conf

防止其他g​​it作者

git-credential-winstore.exe两个GitHublogin?

获得“致命的:身份validation失败” – 在Windows 10中发送git命令时出现错误

在带有git post-receive hook的边带解复用器中出错

Git应该在项目文件夹中创build回购文件

Windows 7 64位

primefaces0.176.0

Git 1.9.5.msysgit.0

我已经在GitHub的插件论坛上讨论过这个问题,但没有成功。 有什么build议么?

推入时包含@L_450_15@的文件时Git推送失败,但在添加删除文件时成功

用git-sHell自定义命令

的Windows GitHub工具 – 使用分支取消发布或删除

在我的服务器上部署和构build我的应用程序

GitLab:无法从远程存储库读取

这是已知的npm错误,它已经几乎修复了,请参阅https://github.com/npm/npm/pull/5621/commits (不幸合并失败)。 快速和肮脏的修复:添加这条线u = u.replace(/^git:/,"https:") var normalized = normalizeGitUrl(u) add-remote.git.js( ApPDAtaLocalatomapp-0.176.0resourcesappapmnode_modulesnpmlibcacheadd-remote.git.js )

接受的答案不适合我。 什么工作,是添加更多的git文件夹的路径。

我有一个批处理文件,例如具有以下内容的atom-gitpaths.bat :

@ECHO OFF ECHO Adding Git paths to the system path... PATH=C:Program Files (x86)Gitbin;C:Program Files (x86)Gitlibexecgit-core;%PATH% ECHO Done. Launching atom... CALL atom.cmd

大佬总结

以上是大佬教程为你收集整理的不可能在Windows 7 64位机器上用apm安装atom-beautify全部内容,希望文章能够帮你解决不可能在Windows 7 64位机器上用apm安装atom-beautify所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。
标签: