Try using basic auth - https://user:pa...@github.com/user/repo
--
You received this message because you are subscribed to the Google Groups "go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email to go-cd+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Fat fingered.
To continue where I left off - alternatively if your agents are managed by chef/puppet you can mange the passwords using a .netrc file or ssh private keys in the home directory of the go user.
The basic authentication works fine using below URL template.
https://[username]:[password]@bitbucket.org/[organization]/[projectname].git
I was using my email as username but for this URL I could just use my profile name and it worked.
Hope this helps.
Kritul