This is the command that i'm using to download a repository.
git clone git@bitbucket.org:xxx/appveyor_scripts.git
but it asks for a username and password, and i have to enter it manually.
i need to be able to download the repository automatically without any user intervention, how can i achieve this?
If you take a look at the git documentation, you can store your credentials locally and they will automatically be used when you make the clone call.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.