browserstack / browserstack-fastlane-plugin

MIT License
20 stars 15 forks source link

Permission bits for '/home/travis/.netrc' should be 0600, but are 664 #13

Open ManAnRuck opened 4 years ago

ManAnRuck commented 4 years ago

https://travis-ci.com/demokratie-live/democracy-app/builds/145702381

App upload failed!!! Reason : Permission bits for '/home/travis/.netrc' should be 0600, but are 664

I get this error after adding this plugin to my fastlane file on travis

my current workaround: linux

      script:
        - chmod 0600 /home/travis/.netrc

osx

      script:
        - chmod 0600 /Users/travis/.netrc
udaykirant commented 4 years ago

Facing a similar issue: "App upload failed!!! Reason: Permission bits for '/Users/builder/.netrc' should be 0600, but are 644" Do we have any update on this?

Pranit-Harekar commented 4 years ago

+1 I am facing the same issue

anthony-fdes commented 4 years ago

You can temporarily change the permission of the .netrc file to 0600. This should fix your issue.

kdgyimah commented 3 years ago

You can temporarily change the permission of the .netrc file to 0600. This should fix your issue.

How to Change?

doilio commented 2 years ago

@kdgyimah The link is broken

gatamar commented 2 years ago

chmod -R 0600 /Users/builder/.netrc