Closed winghavenrc closed 2 years ago
What version of VSCode are you using? I had the same issue on Mac OS 12.2.1. I updated VSCode to 1.65 and the issue was fixed.
What version of VSCode are you using? I had the same issue on Mac OS 12.2.1. I updated VSCode to 1.65 and the issue was fixed.
Using 1.65.1 but I found a workaround using the ASK CLI, then opening as a local skill in VS Code.
Thanks for the suggestion!
This issue is stale since it has been open for 14 days with no activity. Please respond or this issue will be closed soon.
This stale issue has been closed now. Please reopen the issue if you are still having problems with the toolkit.
I'm getting this error when I try to Dowload a skill from the web ASK Developer Console into VSCode using the ASK Extension: Skill clone failed. Reason: Git folder setup failed for c:\Users\NAME\MedicationsCheckup. Reason: Failed to execute git { "exitCode": 128, "gitErrorCode": "CantAccessRemote", "gitCommand": "fetch", "stdout": "", "stderr": "C:\Users\NAME\.ask\scripts\git-credential-helper: line 1: syntax error near unexpected token
newline'\nC:\\Users\\NAME\\.ask\\scripts\\git-credential-helper: line 1:
<?xml version=\"1.0\" encoding=\"UTF-8\"?>'\nfatal: unable to access 'https://git-codecommit.us-east-1.amazonaws.com/v1/repos/92b21708-d05c-4a3e-896a-373c263291c9/': The requested URL returned error: 403\n" }Even though I've created a Profile which required me to sign-in to my Alexa Dev account successfully, the extension challenges me for my username and password - which I am positive I've entered correctedly. However, it always throws this error.
I've reloaded the ASK extension several times and even re-installed VSCode but nothing has resolved this.
Thanks