草庐IT

remote_path

全部标签

GitHub 错误 - "ssh: connect to host github.com port 22: Operation timed out fatal: Could not read from remote repository."

我想将一个存储库从我的计算机推送到GitHub。我设置远程原点gitremoteaddorigingit@github.com:alicht/tweetanuber.git然后在我尝试推送到GitHub之后gitpush-uoriginmaster我遇到了这个错误:ssh:connecttohostgithub.comport22:Operationtimedoutfatal:Couldnotreadfromremoterepository.Pleasemakesureyouhavethecorrectaccessrightsandtherepositoryexists.如何解决此问题

GitHub 错误 - "ssh: connect to host github.com port 22: Operation timed out fatal: Could not read from remote repository."

我想将一个存储库从我的计算机推送到GitHub。我设置远程原点gitremoteaddorigingit@github.com:alicht/tweetanuber.git然后在我尝试推送到GitHub之后gitpush-uoriginmaster我遇到了这个错误:ssh:connecttohostgithub.comport22:Operationtimedoutfatal:Couldnotreadfromremoterepository.Pleasemakesureyouhavethecorrectaccessrightsandtherepositoryexists.如何解决此问题

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我需要创建一个新目录吗?? 最佳答案

git - OS X Lion 上的 Sublime Text 2 在 PATH 中找不到 git 二进制文件

我刚刚开始在OSXLion上使用我的开发环境,最近使用包控制安装了SublimeText2和git集成。所以,当我按下CMD+SHIFT+P时,我得到了所有相关的git命令。但是,每当我使用一个时,我都会收到相同的错误消息:sublime-git-error以下是我为尝试修复它所做的工作:我在终端中运行mdfind-namegit并注意到我的gitinstall(v.1.7.10.3)中的所有二进制文件都位于/usr/local/git/bin所以我尝试用这一行编辑~/.profile:exportPATH="/usr/local/git/bin:/usr/local/bin:/usr

git - OS X Lion 上的 Sublime Text 2 在 PATH 中找不到 git 二进制文件

我刚刚开始在OSXLion上使用我的开发环境,最近使用包控制安装了SublimeText2和git集成。所以,当我按下CMD+SHIFT+P时,我得到了所有相关的git命令。但是,每当我使用一个时,我都会收到相同的错误消息:sublime-git-error以下是我为尝试修复它所做的工作:我在终端中运行mdfind-namegit并注意到我的gitinstall(v.1.7.10.3)中的所有二进制文件都位于/usr/local/git/bin所以我尝试用这一行编辑~/.profile:exportPATH="/usr/local/git/bin:/usr/local/bin:/usr

java - JGit 设置 git : URI instead of https: for remote on CircleCI

我有以下代码(请参阅评论以了解发生的情况)://ClonerepositoryfromGitHubintoalocaldirectory.Gitgit=Git.cloneRepository().setBranch("gh-pages").setURI("https://github.com/RAnders00/KayonDoc.git").setDirectory(newFile("/home/ubuntu/KayonDoc")).call();//PrintoutremotesinconfigfromJGitConfigconfig=git.getRepository().getC

java - JGit 设置 git : URI instead of https: for remote on CircleCI

我有以下代码(请参阅评论以了解发生的情况)://ClonerepositoryfromGitHubintoalocaldirectory.Gitgit=Git.cloneRepository().setBranch("gh-pages").setURI("https://github.com/RAnders00/KayonDoc.git").setDirectory(newFile("/home/ubuntu/KayonDoc")).call();//PrintoutremotesinconfigfromJGitConfigconfig=git.getRepository().getC

git - 错误(internetKeychainItemForServer :withUsername:path:port:protocol:) - The specified item could not be found in the keychain

当我尝试使用Sourcetree将我的代码推送到github时出现以下错误:Pushingtohttp://github.myOrg.com/my-repo/my-proj.git2014-09-2313:05:20.500git-credential-sourcetree[6744:507]Error(internetKeychainItemForServer:withUsername:path:port:protocol:)-Thespecifieditemcouldnotbefoundinthekeychain.remote:Permissiontoion-my-repo/my-

git - 错误(internetKeychainItemForServer :withUsername:path:port:protocol:) - The specified item could not be found in the keychain

当我尝试使用Sourcetree将我的代码推送到github时出现以下错误:Pushingtohttp://github.myOrg.com/my-repo/my-proj.git2014-09-2313:05:20.500git-credential-sourcetree[6744:507]Error(internetKeychainItemForServer:withUsername:path:port:protocol:)-Thespecifieditemcouldnotbefoundinthekeychain.remote:Permissiontoion-my-repo/my-