简体   繁体   English

带有IDE的Github Enterprise,Atom

[英]Github Enterprise with an IDE, Atom

I've been trying for several hours now and I am probably overlooking something or doing something stupid. 我已经尝试了几个小时,所以我可能忽略了某件事或做了一些愚蠢的事情。

I have a work PC with windows 10 and I installed, github desktop, Git (bash/gui/cmd) and Atom. 我有一台装有Windows 10的工作PC,并安装了github桌面,Git(bash / gui / cmd)和Atom。 I wanted to use atom as my IDE and avoid using github desktop (if necessary add some packages to atom). 我想将atom用作我的IDE,并避免使用github桌面(如有必要,请向atom添加一些软件包)。

Now I keep running into the problem that atom says that there are no remotes hosted at the repository; 现在,我继续遇到一个问题,即原子表示存储库中没有托管任何远程服务器。 I'm sure there are as I can see them with github desktop as wel as online. 我敢肯定,我可以在github桌面上看到它们,就像在线一样。 Now I feel that the problem is because I need to use github enterprise as such I've tried cloning/pulling from here: https://github.COMPANYNAMEHERE.be/myusernamehere/hello-world.git 现在我觉得问题是因为我需要使用github企业版,因此​​我尝试从此处进行克隆/拉取: https : //github.COMPANYNAMEHERE.be/myusernamehere/hello-world.git
Ofcourse I removed the company name and directory. 当然,我删除了公司名称和目录。

The other error it gives is the following: 它给出的另一个错误如下:

remote: Password authentication is not available for Git operations. remote:密码认证不适用于Git操作。 remote: You must use a personal access token or SSH key. 远程:您必须使用个人访问令牌或SSH密钥。 remote: See https://github.company.be/settings/tokens or https://github.company.be/settings/ssh fatal: unable to access ' https://github.company.be/myusername/hello-world.git/ ': The requested URL returned error: 403 远程:请参阅https://github.company.be/settings/tokenshttps://github.company.be/settings/ssh致命:无法访问' https://github.company.be/myusername/hello- world.git / ':请求的URL返回错误:403

I had some other errors as well as I tried a bunch of stuff. 我还有其他一些错误,也尝试了很多东西。

Can anyone help me out with either solving this problem. 任何人都可以帮助我解决这个问题。 Please note I'm not an ICT expert, I do some very simple linux, python and matlab coding because I need it for the research I'm doing. 请注意,我不是ICT专家,我做了一些非常简单的linux,python和matlab编码,因为我需要它进行研究。 It's the plan to use github to better centralize information and scripts. 这是使用github更好地集中信息和脚本的计划。

I want an IDE that I can simply run that can simply pull/fetch projects from GitHub Enterprise, let's me edit them properly with auto complete and color-coding, and let's me then commit them with necessary comments. 我想要一个可以简单运行的IDE,它可以简单地从GitHub Enterprise中提取/获取项目,让我使用自动完成功能和颜色编码对其进行适当的编辑,然后再向其提交必要的注释。 I want to do this without having to swap between programs. 我想这样做而不必在程序之间交换。

If some one has a good solution for Atom then I would love to read it if not I'll also be extremely happy with an IDE that can do what I need it to do. 如果有人对Atom有一个好的解决方案,那么我很乐意阅读它,如果我不满意,那么我会对可以完成我所需要的IDE感到非常满意。

Note: Running windows 10 and need to use GitHub Enterprise 注意:运行Windows 10并需要使用GitHub Enterprise

我无法确切地说出原因,可能与定位SSH密钥等有关,但是我能够以较少的问题在VS代码中进行设置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM