alexa / ask-toolkit-for-vscode

ASK Toolkit is an extension for Visual Studio Code (VSC) that that makes it easier for developers to develop and deploy Alexa Skills.
https://developer.amazon.com/en-US/docs/alexa/ask-toolkit/get-started-with-the-ask-toolkit-for-visual-studio-code.html
Apache License 2.0
108 stars 53 forks source link

Can't Download Skill into VS Code #169

Closed winghavenrc closed 2 years ago

winghavenrc commented 2 years ago

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

Ari6 commented 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.

winghavenrc commented 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.

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!

github-actions[bot] commented 2 years ago

This issue is stale since it has been open for 14 days with no activity. Please respond or this issue will be closed soon.

github-actions[bot] commented 2 years ago

This stale issue has been closed now. Please reopen the issue if you are still having problems with the toolkit.