Fork me on GitHub
#leiningen
<
2018-10-02
>
Charlot17:10:48

Heyo. I am having an issue when running lein release. I reach the part where it asks for my git credentials, and putting in username and password both require me to press enter twice. After which I am told the github repository does not accept anonymous access. I am guessing that the double enters are messing with my password, but am not sure. Thoughts?

Charlot19:10:38

okay, entering passwords after the first press of enter works. This feels way way buggy though

danielcompton21:10:07

Lein release seems mainly designed for completely hands-off processing

danielcompton21:10:20

having to type in a password during the release cycle seems like it my lead to issues like you describe. It should work, but it's probably not the recommended workflow

Charlot21:10:22

agreed, but I need to confirm the system works before I want to bring in the complications of full automation, if I can avoid it. Start small and all that.