草庐IT

git-mac os x : error: gpg failed to sign the data 上的 gpg

我从brew安装了GPG。brewinstallgpg它是gnupg2-2.0.30_2。当我提交时,我确实收到一条错误消息:Youneedapassphrasetounlockthesecretkeyforuser:"MaxMustermann(mycomment)"2048-bitRSAkey,ID1111AAAA,created2017-01-05error:gpgfailedtosignthedatafatal:failedtowritecommitobject我使用了命令:gpg--list-secret-keys|grep^sec它给了我返回:sec2048R/1111AA

git bash : error: RPC failed; result = 18, HTP 代码 = 200B | 1KiB/s

当我尝试在gitbash上克隆时,我收到此错误:$gitcloneCloninginto'name_project'...Passwordfor'':remote:Countingobjects:100%(659/659),done.error:RPCfailed;result=18,HTTPcode=200B|1KiB/sfatal:Theremoteendhungupunexpectedlyfatal:earlyEOFfatal:recursiondetectedindiehandler这是使用的命令:gitcloneh(doublet)ps://account@bitbucket

git bash : error: RPC failed; result = 18, HTP 代码 = 200B | 1KiB/s

当我尝试在gitbash上克隆时,我收到此错误:$gitcloneCloninginto'name_project'...Passwordfor'':remote:Countingobjects:100%(659/659),done.error:RPCfailed;result=18,HTTPcode=200B|1KiB/sfatal:Theremoteendhungupunexpectedlyfatal:earlyEOFfatal:recursiondetectedindiehandler这是使用的命令:gitcloneh(doublet)ps://account@bitbucket

混帐 : HTTP request failed

我有一个带HTTPS访问权限的远程存储库。gitstatus只列出一个条目:mastergitremote-v列出同一地址的两个条目:一个用于获取,一个用于推送但是当我执行gitremoteshoworigin或其他操作(如fetch)时,我得到:error:whileaccessinghttps:...fatal:HTTPrequestfailed我在代理后面,但由于它是在我的.gitconfig(sslVerify=no)中设置的,而且克隆没问题,我认为问题不在于此。但是...我的操作系统(CentOS)已重新安装。 最佳答案

混帐 : HTTP request failed

我有一个带HTTPS访问权限的远程存储库。gitstatus只列出一个条目:mastergitremote-v列出同一地址的两个条目:一个用于获取,一个用于推送但是当我执行gitremoteshoworigin或其他操作(如fetch)时,我得到:error:whileaccessinghttps:...fatal:HTTPrequestfailed我在代理后面,但由于它是在我的.gitconfig(sslVerify=no)中设置的,而且克隆没问题,我认为问题不在于此。但是...我的操作系统(CentOS)已重新安装。 最佳答案

Windows 安装 WSL 提示:WslRegisterDistribution failed with Error: 0x8007019e

从MicrosoftStore安装WSL后,提示原因Windows功能中未启用【适用于Linux的Windows子系统】解决步骤1、查看Microsoft-Windows-Subsystem-Linux(WSL)状态,管理员运行PowerShell:PSC:\WINDOWS\system32>Get-WindowsOptionalFeature-Online-FeatureNameMicrosoft-Windows-Subsystem-LinuxFeatureName:Microsoft-Windows-Subsystem-LinuxDisplayName:适用于Linux的Windows子系

git - git push 上的 "src refspec does not match"和 "failed to push some refs"错误

这个问题在这里已经有了答案:关闭10年前。PossibleDuplicate:Errorwhen“gitpush”togithub我试图将我的新分支(我们称之为new_branch)推送到远程代表。那里还没有这样的分支,但是gitpushoriginnew_branch:new_branch应该会创建它。当我尝试这样做时,这就是我得到的:error:srcrefspecnew_branchdoesnotmatchany.error:failedtopushsomerefsto'ssh://git@***'我在SO上挖掘了数百万个这样的问题,但没有一个问题同时指定这两个错误,它们只引用m

git - git push 上的 "src refspec does not match"和 "failed to push some refs"错误

这个问题在这里已经有了答案:关闭10年前。PossibleDuplicate:Errorwhen“gitpush”togithub我试图将我的新分支(我们称之为new_branch)推送到远程代表。那里还没有这样的分支,但是gitpushoriginnew_branch:new_branch应该会创建它。当我尝试这样做时,这就是我得到的:error:srcrefspecnew_branchdoesnotmatchany.error:failedtopushsomerefsto'ssh://git@***'我在SO上挖掘了数百万个这样的问题,但没有一个问题同时指定这两个错误,它们只引用m

git - '致命的 : cherry-pick failed' with Git

我在分支X上工作。我做出了promise并push了它。然后我想cherry-pick它来分支Y。但是由于存在一些未merge的文件,我收到以下消息:error:'cherry-pick'isnotpossiblebecauseyouhaveunmergedfiles.hint:Fixthemupintheworktree,hint:andthenuse'gitadd/rm'ashint:appropriatetomarkresolutionandmakeacommit,hint:oruse'gitcommit-a'.fatal:cherry-pickfailed现在,我只想删除我的分

git - '致命的 : cherry-pick failed' with Git

我在分支X上工作。我做出了promise并push了它。然后我想cherry-pick它来分支Y。但是由于存在一些未merge的文件,我收到以下消息:error:'cherry-pick'isnotpossiblebecauseyouhaveunmergedfiles.hint:Fixthemupintheworktree,hint:andthenuse'gitadd/rm'ashint:appropriatetomarkresolutionandmakeacommit,hint:oruse'gitcommit-a'.fatal:cherry-pickfailed现在,我只想删除我的分