Open ManAnRuck opened 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?
+1 I am facing the same issue
You can temporarily change the permission of the .netrc file to 0600. This should fix your issue.
You can temporarily change the permission of the .netrc file to 0600. This should fix your issue.
@kdgyimah The link is broken
chmod -R 0600 /Users/builder/.netrc
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
osx