首页 > 其他分享 >尝试远程添加 Git 存储库时收到“fatal: Not a git repository”

尝试远程添加 Git 存储库时收到“fatal: Not a git repository”

时间:2023-03-07 19:25:09浏览次数:55  
标签:存储 git repository 库时 Git fatal

我正在关注本教程。一切正常,直到我在我的本地机器上运行它(在$VARIABLE用它们的实际值替换 s 之后):

git remote add nfsn ssh://$USERNAME@$SERVER/home/private/git/$REPONAME.git

我收到以下错误消息:

致命:不是 git 存储库(或任何父目录):.git

我如何通过这一步?



解答

http://www.stackoverflow.ink/posts/chang-shi-yuan-cheng-tian-jia-git-cun-chu-ku-shi-shou-dao-fatal-not-a-git-repository/

标签:存储,git,repository,库时,Git,fatal
From: https://www.cnblogs.com/silva/p/17189265.html

相关文章

  • Git Tag
    MAJORversion:whenyoumakeincompatibleAPIchangesMINORversion:whenyouaddfunctionalityinabackwardscompatiblemannerPATCHversion:whenyoumake......
  • Go构建遇到cgo动态库时解决方案
    1.问题golang构建程序很简单,当遇到需要调用c库时,如通常使用net,kafka,sqlite3程序运行时就会调用当前服务器的动态库,如果遇到没有库时,通常还需要下载比如alpine......
  • Vulnhub之Tempus-Fugit-3靶机详细测试过程
    Tempus-Fugit-3识别目标主机IP地址(kali㉿kali)-[~/Desktop/Vulnhub/Tempus]└─$sudonetdiscover-ieth1-r192.168.56.0/24Currentlyscanning:Finished!|......
  • Git-简要教程
    和github连接安装git。之后所有命令全在gitbash中运行生成keyssh-keygen-ted25519-C"your_email@example.com"会生成一个私有key和public的key2.在你的用......
  • git not found解决方案
    今天在第二大学远程实习,学习项目中遇到一个git无法找到的问题,解决之后记录一下解决方法。问题描述:Gitnotfound.Installitorconfigureitusingthe‘git.path’sett......
  • GitHub 漏洞:黑客窃取了 GitHub Desktop 和 Atom 的代码签名证书
    GitHub披露,未知的威胁行为者设法泄露了与适用于Mac和Atom应用程序的某些版本的GitHubDesktop有关的加密代码签名证书。因此,该公司出于谨慎考虑采取了吊销暴露......
  • gitee突然无法访问
    gitee突然拉不了代码,报如下错误:Failedtoconnecttogitee.comport443:Operationtimedout情况一:仓库域名无法访问1、查询可以用的IP在https://www.ipaddress.co......
  • 一些GIT常用
    gitinit-初始化一个新的Git仓库。gitclone<url>-从远程仓库克隆代码到本地仓库。gitadd<file>-将文件添加到暂存区。gitcommit-m"<message>"-提交已添......
  • Learn Git Branching——学习Git图形演示
    地址https://oschina.gitee.io/learn-git-branching 操作指令1、reset:重新开始2、hint:显示指令提示3、objective:显示要求4、showsolution:显示答案5、levels:选择......
  • Linux卸载删除gitlab
    1、停止gitlab服务gitlab-ctlstop2、卸载gitlab(社区版)rpm-egitlab-ce或者 yumremovegitlab-ce3、查看gitlab进程psaux|grepgitlab 4、杀掉gitlab......