Skip to content

Testing pyami

Shweata N. Hegde edited this page May 4, 2023 · 1 revision

Cloning the Repository

git clone https://github.com/petermr/pyami.git

Windows doesn't like : in file names; failed to fully clone.

D:\>git clone https://github.com/petermr/pyami.git
Cloning into 'pyami'...
remote: Enumerating objects: 9002, done.
remote: Counting objects: 100% (1759/1759), done.
remote: Compressing objects: 100% (594/594), done.
remote: Total 9002 (delta 1102), reused 1756 (delta 1099), pack-reused 7243
Receiving objects: 100% (9002/9002), 529.64 MiB | 1.46 MiB/s, done.
Resolving deltas: 100% (4686/4686), done.
error: invalid path 'temps/2c00b76/html/ipcc/Chapter15/chapter 15:.html'
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 :/'

Fixed using the command suggested in the previous error.

D:\>cd pyami

D:\pyami>git restore --source=HEAD :/
error: invalid path 'temps/2c00b76/html/ipcc/Chapter15/chapter 15:.html'
error: invalid path 'temps/3d1991f/html/ipcc/Chapter15/chapter 15:.html'
error: invalid path 'temps/76e439da/html/ipcc/Chapter15/chapter 15:.html'

Clone this wiki locally