Heroku login error in Windows cmd

1

I try to access Heroku services through cmd, but I get this message:

C:\Users\xxx.xxx.xxx
λ heroku login
 !    EPERM: EPERM: operation not permitted, open 'C:\Program Files (x86)\GNU\SSH\_netrc'
    
asked by anonymous 28.03.2018 / 14:38

1 answer

1

One of the causes for this error is the file access permission. Make sure the file is as readonly through the file properties.

If you are, uncheck and try again.

    
25.07.2018 / 14:55