我是靠谱客的博主 优雅硬币,最近开发中收集的这篇文章主要介绍git fatal: destination path ‘**‘ already exists and is not an empty directory.解决,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
欢迎大家关注我的公众号【老周聊架构】,Java后端主流技术栈的原理、源码分析、架构以及各种互联网高并发、高性能、高可用的解决方案。
网上说需要删除或者重新命名已经存在的本地文件,然后在clone 其实不用。
第一步 :进入到已存在的目录 cd (/file)
第二步: 初始化git init
第三步: 添加远程仓库地址 git remote add origin (address)
第四步: 添加本地代码 git add .
第五步: 提交本地代码 git commit -m “init”
第六步: 提交到远程仓库 git push -u origin master
最后
以上就是优雅硬币为你收集整理的git fatal: destination path ‘**‘ already exists and is not an empty directory.解决的全部内容,希望文章能够帮你解决git fatal: destination path ‘**‘ already exists and is not an empty directory.解决所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复