BradenM / micropy-cli

Micropython Project Management Tool with VSCode support, Linting, Intellisense, Dependency Management, and more!
https://micropy-cli.readthedocs.io
MIT License
314 stars 25 forks source link

<SYMLINKD> is missing when make a git Clone #38

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi When I get an GIT Clone of my project on new PC, the for -esp-micropython-1.11.0 and micropython is not created.

BradenM commented 5 years ago

Hi @fpe,

Strange. I can't seem to reproduce it on my end. If it exists, try removing the copied projects .micropy folder and re-running micropy.

Do you mind providing me with a copy of your $HOME/.micropy/micropy.log file? Also, if its public, mind providing me a link to the repo your using?

Going to need a bit more information to get to the bottom of this one :)

ghost commented 5 years ago

First, thank you for your response. I have now deleted the .micropy folder and run "micropy install" in cmd as admin, and it worked and everything is in place now. After looking at it a little close, I can see that on it I am called "fpe" and on the other I am called "Flemm". I enclose micropy.log as well as the link to github.

https://flemmingpetersen.visualstudio.com/DefaultCollection/AutomaticPlantBox/_git/AutomaticPlantBox

Thanks for the help

Best regrades Flemming Petersen


Fra: Braden Mars notifications@github.com Sendt: 30. juli 2019 10:51 Til: BradenM/micropy-cli micropy-cli@noreply.github.com Cc: Flemming Petersen flemming_petersen@hotmail.com; Mention mention@noreply.github.com Emne: Re: [BradenM/micropy-cli] is missing when make a git Clone (#38)

Hi @fpehttps://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Ffpe&data=02%7C01%7C%7Ce0a88c4457004ba7443f08d714cb1485%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637000734759842657&sdata=DBFva7Ol9F4NmPk2B9bKp2iWsb8mu%2Fqrx5kETM5gkBU%3D&reserved=0,

Strange. I can't seem to reproduce it on my end. If it exists, try removing the copied projects .micropy folder and re-running micropy.

Do you mind providing me with a copy of your $HOME/.micropy/micropy.log file? Also, if its public, mind providing me a link to the repo your using?

Going to need a bit more information to get to the bottom of this one :)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FBradenM%2Fmicropy-cli%2Fissues%2F38%3Femail_source%3Dnotifications%26email_token%3DABRFKS6T7ERWRVLUBLZBXTDQB76IFA5CNFSM4IHZJ3VKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3DIYIA%23issuecomment-516328480&data=02%7C01%7C%7Ce0a88c4457004ba7443f08d714cb1485%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637000734759862625&sdata=Do7120p7TjdVBWBn%2BjZAnN1wNEH8xyraF3UJp6UUgNs%3D&reserved=0, or mute the threadhttps://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FABRFKS7Y3BFLW5Q7XWQWVGLQB76IFANCNFSM4IHZJ3VA&data=02%7C01%7C%7Ce0a88c4457004ba7443f08d714cb1485%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637000734759872666&sdata=O7%2B4DdunUrZIclm214CXfdFyK%2FU7nVKh3%2F1olqkenuI%3D&reserved=0.

BradenM commented 5 years ago

Glad to see you got it working.

For the record, I do not have permission to view the repo you linked, but since your issue has been resolved all is well.

I will add a more descriptive error for Windows users when they try to execute micropy without the proper permissions to avoid any future confusion. Thanks!