将现有的 svn 项目导入到 github 存储库
这是我第一次尝试使用 github,所以请耐心等待。
目前,我正在通过 tortoise SVN 管理我的项目。
我已经在 github 上创建了一个存储库,并尝试通过 github 帮助上给出的说明上传自述文件,
我尝试将现有的 svn 项目导入到 github 存储库,但它给了我错误。 由于我是 github 的新手,我无法弄清楚......
有什么想法吗???
this is my first time trying to use github so please bear with me..
Currently, I am managing my project through tortoise SVN.
I have created a repository on github and tried to uploaded a readme file through instructions given on github help
Iam tryin to import existing svn project to github repository and its giving me errors.
Since Iam new to github, I am unable to figure it out...
any idea????
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在调试证书验证错误之前,请注意 GitHub 页面 提到:
因此
git svn clone -s SVN_REPO_URL LOCAL_DIR
命令需要SVN_REPO_URL
(如“SVN”,而不是 Git)https://github.com/healthpark/Healthpark.ca.git 是以下名称Git 存储库,而不是 SVN 存储库。
Before debugging the certificate validation error, please note that the GitHub page mentions:
So the
git svn clone -s SVN_REPO_URL LOCAL_DIR
command needs aSVN_REPO_URL
(as in "SVN", not Git)https://github.com/healthpark/Healthpark.ca.git is the name of a Git repo, not an SVN repo.