tortoisegit 安装后没有git clone选项,setting设置也不行

2025-04-08 17:25:32
推荐回答(3个)
回答1:

你有git-commit->master的选项,说明你当前工作目录本身就是git 库,当然没有git clone选项了
你换个目录试试 我猜你也许是因为不小心点了”git create repo here“

如果要在这个目录下,你可以显示隐藏文件,把隐藏的git目录删掉。如果在这个文件夹下没找到,那一定在上级文件夹,上级文件夹没有就在上上级,往上找吧。

不过 最好还是学习一下git的原理,不然这个工具够你吃一壶的。

回答2:

这个是被隐藏了,按着SHIFT+右键点击文件夹,就会出现了

回答3:

tortoisegit官网下载的提示如下:
On x64 versions of Windows, the TortoiseGit context menu and overlays won't show in 32-bit applications (e.g., in file open-save dialogs) until you install the 2015 C-runtime for x86 (select the vc_redist.x86.exe file for download).
意思就是:64位的windows系统要安装vc_redist.x86.exe这个程序才能显示右键菜单。