这是我的存储库https://github.com/kiotie32/artbit-text.git 当我这样做的时候
$ git push -u origin master
remote: Repository not found.
fatal: repository 'https://github.com/kiotie32/arbit-text.git/' not found
我使用的是Windows 10计算机。我已将ssh密钥配置为与此笔记本电脑一起使用。我做了一个ls,我能看见
MINGW64 ~/.ssh
$ ls
kiotie32_rsa kiotie32_rsa.pub known_hosts
我阅读了此线程中给出的所有答案,并更改了存储在windows凭据管理器中的密码。
我检查git remote-v | head-n1 | awk'{print$2}'| sed's/*\/'.\sed's/\.git/'
我得到以下输出arbit text
我更改了存储在windows凭据管理器中的密码可能存储了旧密码。
我没有得到任何弹出询问用户名密码。(配置了ssh密钥,但不确定是否在Windows 10环境下工作,我将密钥存储在git bash中的. ssh中)
$ git remote add origin https://github.com/kiotie32/arbit-text.git
fatal: remote origin already exists.
那我愿意
$ git push -u origin master
error: src refspec master does not match any
error: failed to push some refs to 'https://github.com/kotie32/arbit-text.git'
所以我无法理解为什么会出现这种错误/
我尝试了这里的解决方案https://stackoverflow.com/a/7572252/13012032第一个答案是做git提交-m初始主
,然后我得到了$git推送源主远程:仓库未找到。致命的:仓库'github.com/kotie32/arbit-text.git'未找到
然后我尝试在注释git add-all
,然后我做了$git推源主远程:仓库未找到。/code>
然后从另一个答案https://stackoverflow.com/a/4183856/13012032 我尝试了
$git show ref 79d1730e9aa78f68a11ec4de6a0e8d6b66f17afb refs/heads/master
然后我尝试了$git推送源站HEAD:master remote:未找到存储库。致命:存储库'https://github.com/kotie32/arbit-text.git/'未找到
我注意到上面url拼写的最后一个错误kotie32是错误的,应该是
kiotie32
检查.git文件夹中的配置文件,在那里我看到了以下内容
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
[remote "origin"]
url = https://github.com/kiotie32/arbit-text.git
fetch = +refs/heads/*:refs/remotes/origin/*
所以这里的url是正确的,拼写是
kiotie32
,这是正确的。
好的,我现在注意到已经形成了两个目录<代码>项目文件夹/.git/.git
和
我更改了
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
[remote "origin"]
url = https://github.com/kiotie32/arbit-text.git
fetch = +refs/heads/*:refs/remotes/origin/*
然后我又做了一次
$ git push -u origin master
remote: Repository not found.
fatal: repository 'https://github.com/kiotie32/arbit-text.git/' not found
$ git remote set-url origin https://github.com/kiotie32/artbit-text.git
现在我可以推到主分支了。
只需尝试以下命令:
git push origin master --force
我一直在努力推动我在github上的工作,但我遇到了以下错误:
Samsung正在成功获取应用程序在后台或前台被杀死, 我的目标是API27,这是我的代码 分级
我很难让这个代码正常工作。我学了很多,但我是个初学者。 这是剧本: //将新事件推送到日历函数pushToCalendar(){//电子表格变量 var sheet=SpreadsheetApp.getActiveSheet(); var range=sheet.getRange(1,1,5,25); var values=range.getValues(); 这里有一个到假人的链接: https
似乎我得到了一些错误的凭据,并且被缓存了,这不允许我将代码推送到Azure DevOps(Azure存储库)。 我正在使用Git Bash作为客户端工具。 错误消息如下: > 停止并启动Git bash 3将甚至删除了tenant.cache仍然没有乐趣...
我无法将docker映像推送到低于错误的工件注册表 登录和拉取工作正常 詹金斯档案: Dockerfile: 我不确定这是怎么回事。我可以在jenkins从属节点上手动推送图像。但使用詹金斯会产生错误 我构建工作的日志 这是我的构建日志中的内容。
我无法将docker映像推送到heroku注册表。 根据docker的说法,我已成功登录: 在那之后,我运行了,我得到了一些令人困惑的错误,说我试图推送到一个不安全的repo,而de-output中的url看起来是安全的(以https开头)。我做错了什么? 我正在使用以下jib配置: jib的Maven输出:build wiht-X: