在网上找到相关介绍, 但按其操作并不能实现效果.
按其操作直接执行命令:
git clone 本地(源)库路劲 本地(目标)库路劲
即可, 如遇到 fatal: bad config line 1 in file C:/Users/xxxxx/.gitconfig 问题, 将.gitconfig文件删除, 并执行如下命令:
git config --global user.name "{你的git ID}"
git config --global user.email "{你的email}"
但是, 我反复尝试, 任然不能成功, 提示同样问题信息.
尝试用TortoiseGit工具做克隆, 已然失败. 提示问题:
Please make sure you have the correct access rights and the repository exists.
相关问题
- Why does recursive submodule update from github fa
- Extended message for commit via Visual Studio Code
- Emacs shell: save commit message
- Can I organize Git submodules in a flat hierarchy?
- Upload file > 25 MB on Github
相关文章
- 请教Git如何克隆本地库?
- GitHub:Enterprise post-receive hook
- Git Clone Fails: Server Certificate Verification F
- SSIS solution on GIT?
- Is there a version control system abstraction for
- ssh: Could not resolve hostname git: Name or servi
- Cannot commit changes with gitextensions
- git: retry if http request failed
实在不行,下载zip文件
整个文件夹复制不就完事了么, 想啥涅...
CtrlC + CtrlV
按照我博客,重新走一遍配置即可https://www.cnblogs.com/pythonywy/p/11525845.html
id_rsa.pub公钥生成后 是否有添加到git 的ssh中?