-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Amplify Studio (React) / Amplify CLI - Pull the latest into your source code: NOT WORKING #601
Comments
Hi @totallytotallyamazing, thanks for reporting! Can you inspect the browser console logs for any errors ? One of the reasons we have seen this happen is due to a lack of permissions in your local computer. |
@abhi7cr Thank you for your reply! Based on a reply to a comment I made on another post, #84 (comment) I tried running with "sudo" command and it worked. It would be great if this was fixed or just updated in all of the Amazon AWS Amplify documentation, thanks again. |
@totallytotallyamazing glad it worked! We are working to improve this scenario in the login experience, will update once we have it rolled out. |
@totallytotallyamazing was this your first time ever running Can you send your terminal output for Is this fixed by running |
@johnpc Thank you for your suggestion but earlier I was able to edit those invisible files by making them visible and then making the appropriate changes with VS Code. Not sure if this was even necessary for my issue but it's good to be aware of these permissions since they can go bad. Closing this issue out since I was able to solve my problem by running the pull command with "sudo" in front of it like this, "sudo amplify pull --appId d3xxxxxxxxxxxxx --envName staging". |
This is still an issue |
Before opening, please confirm:
App Id
d3sccysjsy5n81
Region
us-east-1
Environment name
reactappdemo
Amplify CLI Version
9.1.0
If applicable, what version of Node.js are you using?
17.9.0
What operating system are you using?
Mac, Big Sir 11.6
Browser type?
Google Chrome Ver. 103.0.5060.114, Safari Ver. Latest
Describe the bug
When running the console command (Below) from VS Code Ver. 1.69.2 (Universal) terminal, in my root directory:
The following error occurs repeatedly:
Expected behavior
I expect the "pull" request to work
Reproduction steps
Additional information
I have tried multiple workarounds and none of them are working for me. Please Help!
The text was updated successfully, but these errors were encountered: