Questions tagged «github»

Git存储库托管服务-在Web Apps或Stack Overflow上可能会更好

1
GitHub上的Gist vs信息库[关闭]
假设您有几个要在GitHub上托管的项目,而且它们都非常小(即,每个都是一个少于100行的bash脚本)。 即使它们相对较小,但在该大小上仍然可能很复杂,要点似乎并不适当。另一方面,为单个文件创建整个存储库似乎有点多,不是吗?要点应该在什么时候成为存储库? 您也可以只将所有脚本收集在一个存储库中,但这会弄乱很多没有关系的内容。 我已经搜索并考虑了这个问题,但没有找到满意的答案。


1
GitHub的密码缓存助手无法识别路径中的git
我正在尝试设置GitHub在本页底部为Windows 7推荐的密码缓存实用程序。当我运行安装程序时,它告诉我它在我的路径环境变量中找不到GIT。我已经使用git很长一段时间了,它绝对是安装的。 我把它添加到我的PATH系统变量的末尾: C:\Program Files (x86)\Git\bin; 并尝试再次运行安装程序,但它仍然无法识别它。它说我可以通过运行指定确切的路径 git-credential-winstore -i C:\Path\To\Git.exe 我不知道怎么做 - git-credential-winstore.exe是下载文件的名称。我已经尝试在命令窗口中运行它: C:\Users\estrom\Downloads>git-credential-winstore -i C:\Program Files (x86)\Git\bin 和这样: C:\Users\estrom\Downloads>git-credential-winstore -i C:\Program Files (x86)\Git\bin\git.exe 在这两种情况下,我都会收到相同的错误消息: Unhandled Exception: System.ComponentModel.Win32Exception: The system cannot find the file specified at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Git.Credential.WinStore.Program.InstallTheApp(String pathToGit, Boolean silent) at Git.Credential.WinStore.Program.Main(String[] …

1
GitHub Windows 7 sh.exe已停止工作
每次我从GitHub for Windows的命令行运行一个操作时,我都会看到一个弹出文件,说sh.exe已停止工作。用户界面似乎工作正常。命令行正在使用GIT附带的sh.exe。似乎无法找到任何表明为什么这不起作用的东西。我在git版本1.9.5.github.0上 where sh.exe C:\Users\Joe\AppData\Local\GitHub\PortableGit_c2ba306e536fdf878271f7fe636a147ff37326ad\bin\sh.exe Problem signature: Problem Event Name: APPCRASH Application Name: sh.exe Application Version: 0.0.0.0 Application Timestamp: 5493b035 Fault Module Name: ntdll.dll Fault Module Version: 6.1.7601.18247 Fault Module Timestamp: 521ea8e7 Exception Code: c00000fd Exception Offset: 0002e89b OS Version: 6.1.7601.2.1.0.256.48 Locale ID: 1033 Additional Information 1: 1399 Additional …
3 windows  git  github 

1
如何在git扩展中取消?
我在git扩展中运行了一个revert提交,我没有意识到它会从exclipse中删除我的所有代码。如何在git扩展中重新保存?
2 git  github 

1
Git github无法与谷歌身份验证器OSX一起使用
所以我在计算机上运行了git就很好了。我的密码与osxkeychain一起保存,一切运行顺利。今天,我决定应该安全了,并在所有支持它的网站上启用Google Authenticator两步验证。有趣的是github支持它,所以我进行了设置。通过网站界面可以正常工作。我继续分支我正在处理的项目,并做了一些工作,然后尝试将新分支推上去。当我发现身份验证不起作用时,一点也​​不感到惊讶。让我感到惊讶的是,我似乎根本无法在Google上找到任何解决我的问题的方法。 我最初的错误是这样的: git push --set-upstream origin binary-dev remote: Invalid username or password. fatal: Authentication failed for 'https://github.com/***/***.git/' 然后,我清除了旧的密码,以获取交互式提示: git credential-osxkeychain erase host=github.com protocol=https 这样可以摆脱旧设置,但是现在我得到了: git push --set-upstream origin binary-dev Username for 'https://github.com': *** Password for 'https://***@github.com': remote: Invalid username or password. fatal: Authentication failed for 'https://github.com/***/***.git/' 所以git本身似乎并不了解Google身份验证器。从字面上看,我似乎找不到任何信息。大约一半的页面是关于如何在网站上进行设置的,另一半页面是如何派生实际的Google身份验证器源代码的。不过,我的关键字可能不够有创意。也许也没有解决方案,但是我不得不怀疑为什么github完全提供2因子认证?有没有像我一样被困在这里并找到出路的人?任何帮助将大大赞赏。我只是想让git像我在github上添加两步验证之前一样工作。 预先感谢, 马克斯 …

0
Windows Github安装错误:System.Net.WebException
安装时,我从日志文件中收到此错误。我尝试了类似问题的解决方案 ERROR DETAILS Following errors were detected during this operation. * [5/7/2013 8:19:29 PM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype) - Downloading http://github-windows.s3.amazonaws.com/Application Files/GitHub_1_0_41_2/Images/App.ico.deploy did not succeed. - Source: System.Deployment - Stack trace: at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next) at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles() at System.Deployment.Application.FileDownloader.Download(SubscriptionState subState) at System.Deployment.Application.DownloadManager.DownloadDependencies(SubscriptionState subState, AssemblyManifest deployManifest, AssemblyManifest appManifest, Uri sourceUriBase, String targetDirectory, String …
2 windows-7  git  github 

3
有没有办法纠正错误输入的密码/在MINGW32的控制台中出现密码提示时中止操作?
我有时会在要求输入密码时输入错误,例如,当推送到远程存储库时,Git会输入该密码。密码不会在控制台中显示(甚至掩盖为星号)。 有没有办法纠正密码或中止操作?Backspace编辑和CtrlC中止似乎不起作用。 我想节省一些时间,而不是等待远程身份验证失败或提供错误的密码,然后Enter,CtrlC。 编辑2: 不幸的是既不CtrlU也@没有为我工作。还有其他猜测吗? 我在Windows XP下使用了MINGW32 bash,但正如@silencedhaven所指出的,我的终端应该没有关系,而应该是我要连接的终端。所以我试图通过HTTPS推送到GitHub。

1
适用于Windows 8的IntelliJ的Git可执行文件
我正在运行Windows 8,并且为了正确的IntelliJ 12.0.3配置,我需要提供IDE信息,以便能够本地化GitHub可执行文件。 由于我是Windows 8平台的新用户,我厌倦了使用一些搜索进行本地化。有人也遇到过这个问题吗? 目前不能使用不同的IDE:/。 先谢谢你。


1
Gitorious无法连接到Active Directory(authentication.yml)
我已经成立了Gitorious。使用本地数据库,一切正常。我的所有日​​志和配置文件都包含在内。问题是,当我使用活动目录配置Gitorious进行身份验证时,我想访问gitorious.localdomain。我从nginx收到502 Bad Gateway错误。 更新:如果我重命名或删除authentication.yml文件。我没有收到错误,我可以连接本地数据库。所以我认为错误必须在authentication.yml中,但我仍然无法解决它。 这是我的authentication.yml production: disable_default: true methods: - adapter: Gitorious::Authentication::LDAPAuthentication host: activedirectory.lab # Override the default port (389) #port: 1999 # The base DN to search #base_dn: DC=domain,DC=local # The base DN when searching for groups (for authorization) # If unspecified, base_dn is used group_search_dn: OU=ouname,dc=domainname,dc=local # What …


1
合并两个不同的远程仓库
我和我的同事在GitHub和GitLab上都建立了一个新的存储库。一切都很好,但是由于误解,他将其推送到GitHub,而我将其推送到GitLab。我们在GitLab上设置了rep镜像,但是只有一种方式,这导致我们的存储库出现差异。现在,我想将它们合并,并仅迁移到GitLab,但是当我这样做时: git remote add gitlab https://username@gitlab.com/username/rep.git git push --mirror gitlab 我收到以下错误: remote: GitLab: You are not allowed to force push code to a protected branch on this project ! [remote rejected] branch only on GitLab (pre-receive hook decline) ! [remote rejected] master -> master (pre-receive hook declined) ! [remote rejected] …

0
无法连接到192.168.99.100端口8888:超时
我一直得到这个错误,这使我无法在我的计算机上使用某些命令,如pip,easy_install,甚至在github和gitbucket上提交,这开始于我尝试使用docker但它给了我一些问题。请问我该怎么做才能解决这个问题? 这是我的输出 ipconfig /all Windows IP Configuration Host Name . . . . . . . . . . . . : VECTOR Primary Dns Suffix . . . . . . . : Node Type . . . . . . . . . . . . : Mixed …

0
GitHub - 允许非技术合作者编辑文件的UI
我有一个只包含一个文件的Github存储库 - 一个readme.md。我想向几个非技术娴熟的合作者分发编辑链接,但无需向他们解释“提交”和“拉动请求”的含义。 当他们访问编辑链接时,这些协作者应该看到一个简单的文本编辑器和一个保存按钮。文本编辑器应加载readme.md的当前版本。 单击“保存”时,应在我的存储库的后台生成commit + pull请求。 有没有办法通过GitHub,GitHub集成,第三方工具或GitHub API实现这一目标?或者,是否可以使用不同的服务(BitBucket,GitLab等)来做到这一点?
github 

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.