I use Git in Visual Studio 2012 on Windows 8. Each time I want to complete and push my project into a bit bucket, it asks me for a password. How to keep it forever?
As mentioned in related questions from @Cupcake's comment, you could clone your repo using SSH URLs and use SSH keys for authentication . You can then cache the SSH key password with Pageant .
Another option is to use credential assistants as described in this answer .
Source: https://habr.com/ru/post/1501347/More articles:Try aligning range and input - htmlReturn two identical rows in MySQL - mysqlEACCES error using Yeoman to install angular - angularjsColdFusion cannot execute ObjectLoad on Linux server with objects - javaJQuery-mobile, Phonegap, iOS, fixed heading transitions after entering the input form - jquery-mobileSQL query performance - performanceSend a text file directly to a network printer - c #why does jmap command work with java.lang.reflect.InvocationTargetException exception? - jvmEntity Framework 5 - How to change the connection string for unit testing? - unit-testingformat in datetime C # to insert into datetime column MYSQL - c #All Articles