-
Hi! I'm attempting to install and preview MkDocs insiders with the blog plugin. I just cloned the mkdocs-material-insiders repo by using GitHub Desktop and then tried to use the blog plugin, but I see this error when I try to start the live preview server:
I then tried cloning by using pip, but here's what happened: pip install git+https://$[this_is_where_I_put_my_token,_without_brackets]@github.com/squidfunk/mkdocs-material-insiders.git Defaulting to user installation because normal site-packages is not writeable × git clone --filter=blob:none --quiet 'https://****@github.com/squidfunk/mkdocs-material-insiders.git' /tmp/pip-req-build-j328tkuu did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × git clone --filter=blob:none --quiet 'https://****@github.com/squidfunk/mkdocs-material-insiders.git' /tmp/pip-req-build-j328tkuu did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. When asked to use a password, I both tried my GitHub password and my token; both produced the error message above. When I do I'd appreciate any help with this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Solved this myself by finding the answer in this thread: #3816 In other words: I removed the |
Beta Was this translation helpful? Give feedback.
Solved this myself by finding the answer in this thread: #3816
In other words: I removed the
$
character and then I can clone away!