草庐IT

already_authenticated

全部标签

git - Cloud9 git push -> 致命的 : Authentication failed

在Cloud9每当我尝试使用终端推送到github存储库时,我都会收到以下错误:fatal:Authenticationfailed我正在使用gitpushoriginmaster推送到存储库。我在github中添加了我的sshkey,所以这不是问题。 最佳答案 可能您将您的存储库克隆到了Cloud9中。您可能需要将远程来源从https更改为SSH,否则身份验证错误将持续存在。使用DouglasC.Ayers'Cloud9FAQ中的解决方案#2|:gitremoteset-urloriginYOUR_REMOTE_SSH_URL

git - SmartGit Mercurial "Authentication Failed"

我已经使用SmartGitHg几个月了。我正在使用Bitbucketrepo协议(protocol)。我创建了另一个bitbucket帐户,然后将当前存储库克隆到SmartGit。当我尝试提交并推送时(当然它会要求输入密码),它说“身份验证失败”。请帮忙...提前致谢.. 最佳答案 这对我有用。转到编辑>首选项>托管服务提供商。在您的托管服务提供商(例如我使用Bitbucket)上选择它,点击删除并点击添加。选择托管,点击生成APItoken自动打开浏览器并生成token然后复制回到你的smartgit然后粘贴token,最后点击添

git - SmartGit Mercurial "Authentication Failed"

我已经使用SmartGitHg几个月了。我正在使用Bitbucketrepo协议(protocol)。我创建了另一个bitbucket帐户,然后将当前存储库克隆到SmartGit。当我尝试提交并推送时(当然它会要求输入密码),它说“身份验证失败”。请帮忙...提前致谢.. 最佳答案 这对我有用。转到编辑>首选项>托管服务提供商。在您的托管服务提供商(例如我使用Bitbucket)上选择它,点击删除并点击添加。选择托管,点击生成APItoken自动打开浏览器并生成token然后复制回到你的smartgit然后粘贴token,最后点击添

Github Authentication Failed - ... GitHub不提供shell访问

$gitremoteaddorigingit@github.com:lut/EvolutionApp.gitfatal:remoteoriginalreadyexists.$gitpush-uoriginmasterfatal:'EvolutionApp'doesnotappeartobeagitrepositoryfatal:Couldnotreadfromremoterepository.Pleasemakesureyouhavethecorrectaccessrightsandtherepositoryexists.我的key添加成功$ssh-Tgit@github.comHil

Github Authentication Failed - ... GitHub不提供shell访问

$gitremoteaddorigingit@github.com:lut/EvolutionApp.gitfatal:remoteoriginalreadyexists.$gitpush-uoriginmasterfatal:'EvolutionApp'doesnotappeartobeagitrepositoryfatal:Couldnotreadfromremoterepository.Pleasemakesureyouhavethecorrectaccessrightsandtherepositoryexists.我的key添加成功$ssh-Tgit@github.comHil

git - 为什么我在尝试从我的 webfaction 服务器克隆时收到 "destination path ' .' already exists"错误?

我正在尝试使用gitclone从我的webfaction服务器下载代码$cd../webapps/nameofwebapp/$gitclonegit@github.com:github-username/github-repo.git./并且有错误:fatal:destinationpath'.'alreadyexistsandisnotanemptydirectory.我用ls,nameofwebapp下有东西authgit.cgigitweb.cgireposstatic想问一下哪里可以用gitclone我需要创建一个新目录吗?? 最佳答案

git - 为什么我在尝试从我的 webfaction 服务器克隆时收到 "destination path ' .' already exists"错误?

我正在尝试使用gitclone从我的webfaction服务器下载代码$cd../webapps/nameofwebapp/$gitclonegit@github.com:github-username/github-repo.git./并且有错误:fatal:destinationpath'.'alreadyexistsandisnotanemptydirectory.我用ls,nameofwebapp下有东西authgit.cgigitweb.cgireposstatic想问一下哪里可以用gitclone我需要创建一个新目录吗?? 最佳答案

Github 企业 - 远程 : Password authentication is not available for Git operations

我的git工作正常,然后除了以下问题开始发生之外没有任何改变,我试过在中重置缓存credentials.helper并且几乎遍历了我能找到的每一个stackoverflow答案remote:PasswordauthenticationisnotavailableforGitoperations.remote:YoumustuseapersonalaccesstokenorSSHkey.remote:Seehttps://github.ibm.com/settings/tokensor'https://github.ibm.com/WBurney/Blockchain_SDO.git/'

Github 企业 - 远程 : Password authentication is not available for Git operations

我的git工作正常,然后除了以下问题开始发生之外没有任何改变,我试过在中重置缓存credentials.helper并且几乎遍历了我能找到的每一个stackoverflow答案remote:PasswordauthenticationisnotavailableforGitoperations.remote:YoumustuseapersonalaccesstokenorSSHkey.remote:Seehttps://github.ibm.com/settings/tokensor'https://github.ibm.com/WBurney/Blockchain_SDO.git/'

git - "Will not add file alias ' samefile ' (' SameFile ' already exists in index)"`git add`操作时

我下载了linux的内核源代码,并希望将它们全部gitadd。当我gitadd.时,git开始添加它们。但很快它返回一个错误:fatal:Willnotaddfilealias'include/linux/netfilter/xt_connmark.h'('include/linux/netfilter/xt_CONNMARK.h'alreadyexistsinindex)这很奇怪,xt_connmark.h和xt_CONNMARK.h是完全不同,为什么它会报错?这些情况也发生在其他文件夹中。我不能只是分别更改他们的名字来解决这个问题。即使我尝试gitadd--ignore-error