Publishing to pub.dev #1802
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceUse the docs example script
Expected resultsShould publish to pub.dev without any interaction. Actual resultsGetting: Pub needs your authorization to upload packages on your behalf. Waiting for your authorization... Build id (optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @piekarskipiotr, The error message Please go through this document for steps to access the build machine remotely. |
Beta Was this translation helpful? Give feedback.
-
Thanks💙 Connecting to build machine via ssh was really helpful, it's working now! |
Beta Was this translation helpful? Give feedback.
Hi @piekarskipiotr,
The error message
No such file or directory
would mean the file's path isn't correct. I suggest you review the file path by remotely accessing the machine to see if thecredentials.json
file exists in the mentioned location.Please go through this document for steps to access the build machine remotely.