Open marvhus opened 4 years ago
same problem
i just made my own simpler one in batch (it dosent have a webscraper fature tho) (imma pust it on github later)
Do you want to share the file with me?
Op 21 okt. 2020 om 16:38 heeft Martin notifications@github.com het volgende geschreven:
i just made my own simpler one in batch (it dosent have a webscraper fature tho)
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
Imma link it here later (when i get home)
You need to put the path to the create.bat in your user enviroment variables (path).
I also made some tweaks, so you can create a public or private repo.
Thanks!
Op 29 okt. 2020 om 20:19 heeft Timo Gremler notifications@github.com het volgende geschreven:
You need to put the path to the create.bat in your user enviroment variables (path).
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
Please how exactly can I make this work? Windows isn't recognizing create as a command
Search for Enviroment Variables:
Click on Enviroment Variables:
Choose the "PATH" variable and click "Edit". Attention: Please note that you also need to create the gt variable with the github token and the mp for the path to your projects to make this work.
Create a new variable with the path to the folder where the create.bat is located.
Close all windows and click apply. You may need to restart the pc to make this work.
You need to put the path to the create.bat in your user enviroment variables (path).
I also made some tweaks, so you can create a public or private repo.
i did that and it didnt work
it now recognizes it as an a command but now does this
Traceback (most recent call last):
File "remote.py", line 8, in <module>
_dir = path + '/' + foldername
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
same here
Did you create the "mp" and "gt" enviroment variable?
i am on windows 10 btw
how do i make it so it recognizes create as a command?