I have published a package on http://pub.dartlang.org/ at first time and I see that my full email was published in the Uploader section at the right bottom of the page.

So, I don't really understand what is the format of my and other people's authorized login that is shown there? And how to remove/update my uploader's email?

有帮助吗?

解决方案

The package you referenced in your comment uses this format:

author: Name <user@domain.com>

If you want to change your uploader information you can do this

cd package_directory
pub uploader add newuser@mydomain.com
pub uploader remove olduser@somedomain.com

To authenticate with another account just delete
~/.pub-cache/credentials.json

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top