One of drawbacks when using DVCS Git is that one has to enter password every time he connects to remote server (if the server requires auth, of course). When you push frequently, it becomes annoying.
Luckily there's a way to solve the problem by storing credentials in config files. But beware that your passwords might be accessible to other users of the machine!
Luckily there's a way to solve the problem by storing credentials in config files. But beware that your passwords might be accessible to other users of the machine!