I can’t import other repos to my Glitch project. Im getting the error in the file :
I asked some of my friends , they said i can’t do it too.
OS : Windows 10
Browser : Opera GX
I can’t import other repos to my Glitch project. Im getting the error in the file :
I asked some of my friends , they said i can’t do it too.
OS : Windows 10
Browser : Opera GX
Can you try over the terminal for now?
git init
git add remote https://github.com/username/repo.git
git pull
Or
git clone https://github.com/username/repo.git
I tried it , but im getting fatal : could not create work dir ‘lead’ : no space left on device