I\'m working with Git pushing changes to a repository shared over HTTP / WebDAV, and Git prompts for a password for every operation that accesses the HTTP remote. Is there a
Why can't you just use password in remote url?
$ git config remote.origin.url = http://username:password@origin_link.com/repository.git