rug-ds-lab / sbt-scala-parent

sbt plugin simplifying creating new sbt-based scala projects
MIT License
1 stars 1 forks source link

Cannot enter credentials when sbt release asks for them for the second time (when pushing the changes + tags back to master) #6

Closed BrianSetz closed 9 years ago

ilche commented 9 years ago

Since the issue is about credentials, does sbt need them to access our repositories? If yes, can someone share .credentials?

BrianSetz commented 9 years ago

To clarify, by credentials I am referring to entering the git credentials

lazovik commented 9 years ago

Try to use git clone using ssh, and not https, that should work. TODO: add some info about it in README