bra1nDump / show-me-chatgpt-plugin

Create and edit diagrams in ChatGPT
https://showme.redstarplugin.com
674 stars 71 forks source link

Cloning repository fails #15

Closed ashahabov closed 1 year ago

ashahabov commented 1 year ago

I can't clone repository:

git clone https://github.com/bra1nDump/show-me-chatgpt-plugin.git

Cloning into 'show-me-chatgpt-plugin'... remote: Enumerating objects: 992, done. remote: Counting objects: 100% (232/232), done. remote: Compressing objects: 100% (156/156), done. Receiving objects: 100% (992/992), 2.37 MiB | 13.70 MiB/s, done.d 760

Resolving deltas: 100% (568/568), done. error: invalid path 'prompts/Finding good : bad diagrams.md' fatal: unable to checkout working tree warning: Clone succeeded, but checkout failed. You can inspect what was checked out with 'git status' and retry with 'git restore --source=HEAD :/'

ashahabov commented 1 year ago

The colon (:) in the file name prompts/Finding good : bad diagrams.md is causing problems because it is not a valid character in a file name on Windows.