草庐IT

Username-Password-Authentication

全部标签

git - 致命的 : Unable to create temporary file '/home/username/git/myrepo.git/./objects/pack/tmp_pack_XXXXXX' : Permission denied

我一直在处理此错误消息,我不明白修复它或着手调试它的正确解决方案。我用谷歌搜索了各种形式的错误,但没有真正的解决方案出现。我假设这是权限问题,但我真的不知道如何检查或我应该检查什么。我有一台运行Ubuntu11.10的服务器,我基本上是在尝试从我的开发机器对我的git存储库进行初始提交。我以root身份运行。我应该以用户身份运行吗?在服务器上创建repo:$cd/home/username/git$mkdirmyrepo.git$cdmyrepo.git/$git--bareinit在开发机器上创建repo:Gotorailsprojectdirectoryfirst$gitinit$

git - 使用 Github : fatal: could not read Username 推送提交时出错

有几次,我将Github用于我的项目,但在我想要推送提交时遇到了问题。首先,我fork了一个存储库。然后我克隆了fork(使用命令行gitclonehttps://github.com/...)并且在进行修改之后,我已经成功提交(gitcommit-a)。在此之后,我尝试使用命令行gitpush推送提交,但出现以下错误:fatal:couldnotreadUsernamefor'https://github.com':Nosuchfileordirectory您有解决此问题的想法吗? 最佳答案 我必须做的是:gitremotermo

GitHub - 致命 : could not read Username for 'https://github.com' : No such file or directory

当我尝试在Windows上使用gitBashpull代码时遇到以下问题:fatal:couldnotreadUsernamefor'https://github.com':Nosuchfileordirectory我已经尝试实现此处提供的公认解决方案:ErrorwhenpushcommitswithGithub:fatal:couldnotreadUsername但是问题依然存在。添加/删除origin后,我仍然遇到相同的错误。可以就这个问题提出建议吗?谢谢! 最佳答案 按照此处的步骤设置SSHkey:https://help.gi

windows - Bitbucket、Windows 和 "fatal: could not read Password for"

我最近重新安装了Windows,但从存储库下载文件时遇到问题。我已经安装了GIT和Python,但是当我尝试从Bitbucket下载任何东西时,我收到消息:"fatal:couldnotreadPasswordfor:'https://username@bitbucket.org':Nosuchfileordirectory".我做错了什么? 最佳答案 我通过设置全局参数解决了这个问题:gitconfig--globalcore.askpass/usr/libexec/git-core/git-gui--askpass

git - Sourcetree 远程 : Invalid username or password

我尝试使用sourcetree推送到github但出现以下错误:git-cdiff.mnemonicprefix=false-ccore.quotepath=falsepush-v--tagsoriginlive_version:live_versionremote:Invalidusernameorpassword.fatal:Authenticationfailedfor'https://github.com/myname/myrepo/'Pushingtohttps://github.com/myname/myrepoCompletedwitherrors,seeabove.然而

混帐狂欢 : Could not open a connection to your authentication agent

这个问题在这里已经有了答案:Couldnotopenaconnectiontoyourauthenticationagent(41个回答)关闭3年前。我是Github的新手,生成SSHkey看起来很有必要。我的老板已将此事告知我,所以我必须遵守。我成功创建了SSHkey,但是当我要将它添加到ssh-agent时是这样的似乎是什么问题?

GitLab 远程 : HTTP Basic: Access denied and fatal Authentication

不同于thispost,我在macOS上。我在GitLab中配置了密码。在GitLab上创建项目后,我还创建了一个SSLkey。当我将现有文件夹用于新项目并按照以下步骤操作时,系统会提示我输入我的GitLab用户名和密码。现有文件夹cdexisting_foldergitinitgitremoteaddoriginhttps://gitlab.com/sobopla/Geronimod.gitgitadd.gitcommit-m"Initialcommit"gitpush-uoriginmaster输入密码后出现以下错误。remote:HTTPBasic:Accessdeniedfat

linux - "ypcat"和 "ypmatch username passwd"在服务器上更改后不一致

我正在尝试使用NIS在一系列机器上进行身份验证。我必须更改NIS服务器上用户帐户的其中一个用户ID号(我将username的用户ID从500更改为509,以避免与NIS服务器上ID为500的本地用户帐户发生冲突客户)。问题是它没有在客户端上正确更新。特别是,如果我执行ypcatpasswd|grep用户名,我得到最新的信息:username:*hidden*:509:509:UserName:/home/username:/bin/bash但如果我这样做,ypmatchusernamepasswd,它说:username:*hidden*:500:500:UserName:/home/

linux - Linux 上的 OpenVPN : passing username and password in command line

关闭。这个问题是notaboutprogrammingorsoftwaredevelopment.它目前不接受答案。这个问题似乎不是关于aspecificprogrammingproblem,asoftwarealgorithm,orsoftwaretoolsprimarilyusedbyprogrammers的.如果您认为这个问题是关于anotherStackExchangesite的主题,您可以发表评论,说明问题可能在哪里得到解答。关闭3个月前。社区在3个月前审查了是否重新打开此问题,然后将其关闭:原始关闭原因未解决Improvethisquestion我正在使用IPVanish在

mysql - Bash 脚本 Mysql 警告 : Using a password on the command line interface can be insecure

您好,我有一个脚本可以对一些mysql数据库进行分区。我们正在从5.5升级到5.6。在测试脚本时,我注意到新的5.6版本的mysql返回Warning:Usingapasswordonthecommandlineinterfacecanbeinsecure.解决此问题的最佳方法是什么?我读到一个解决方法是2>/dev/null但我将无法获得退出代码或任何错误,如果它们发生的话。有没有其他方法可以做到这一点。这是有问题的代码行:MYSQL_RESULT=`echo"SETsql_log_bin=0;SET@pdb='$DB',@ptable='$table';CALLmaintenanc