You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting temporary credentials
Making API request
getaddrinfo ENOTFOUND uxh91gk4ta.execute-api.eu-west-2.amazonaws.comc
^ ℹ️ Note the additional "c" at the end of the url that is not present in the original--invoke-url string
This seems to be a bug in how MINGW64 translates the url.. hence the stray "c" character?
But I would like to know if other's experience this?
When I run the above command on the same machine but using Windows Subsystem for Linux Ubuntu it is successful ✅
When I run the above command on the same machine but using Windows Command Prompt (but adhering to Windows Command Prompt formatting) it is successful ✅
When I run the above command on a different machine with Linux the it is successful ✅
On
Windows 11
usingGitBash
MINGW64
(the command line tool bundled with
Git
for Windows, downloaded from from https://git-scm.com/downloads)When I try to run the
I receive:
^ ℹ️ Note the additional "c" at the end of the url that is not present in the original
--invoke-url string
This seems to be a bug in how MINGW64 translates the url.. hence the stray "c" character?
But I would like to know if other's experience this?
When I run the above command on the
same machine
but usingWindows Subsystem for Linux Ubuntu
it is successful ✅When I run the above command on the
same machine
but usingWindows Command Prompt
(but adhering to Windows Command Prompt formatting) it is successful ✅When I run the above command on a
different machine
withLinux
the it is successful ✅All 3 give a successful response:
The text was updated successfully, but these errors were encountered: