在 Git Shell (Windows) 中创建后,如何在 GitHub GUI 中查看 Git 存储库?
How to view Git repository in GitHub GUI after it was created in Git Shell (Windows)?
我是 Git 菜鸟,我正在关注 this tutorial,它使用命令行来设置存储库。一切进展顺利,除了我想从教程中 "off track" 开始,看看我的存储库在 Github GUI 中的样子。
不幸的是,当我打开 GitHub GUI 并尝试添加我在 GitHub Shell 中创建的存储库时,我收到消息:“Repository此位置已存在同名"
当然它已经存在 - 显然我正在尝试重新创建它而不是将它添加到 GitHub GUI 视图。
如果 Git Shell 中创建了 Github,我该如何在 GUI 版本中添加存储库视图?当我按下 GitHub GUI 左上角的“+”加号时,我只看到两个选项 Window:创建和克隆....
根据 GitHub for Windows help 你应该可以
add any repository already on your hard drive by dragging the folder in from Explorer. If that folder is a Git repository, GitHub for Windows will import all of the history and connect it to your GitHub account
我是 Git 菜鸟,我正在关注 this tutorial,它使用命令行来设置存储库。一切进展顺利,除了我想从教程中 "off track" 开始,看看我的存储库在 Github GUI 中的样子。
不幸的是,当我打开 GitHub GUI 并尝试添加我在 GitHub Shell 中创建的存储库时,我收到消息:“Repository此位置已存在同名"
当然它已经存在 - 显然我正在尝试重新创建它而不是将它添加到 GitHub GUI 视图。
如果 Git Shell 中创建了 Github,我该如何在 GUI 版本中添加存储库视图?当我按下 GitHub GUI 左上角的“+”加号时,我只看到两个选项 Window:创建和克隆....
根据 GitHub for Windows help 你应该可以
add any repository already on your hard drive by dragging the folder in from Explorer. If that folder is a Git repository, GitHub for Windows will import all of the history and connect it to your GitHub account