If the BitBucket asks your username and password multiple times, you can save your credentials in .git-credentials with the following information in your root directory. //.git-credentials https://[username]:[password]@bitbucket.org Then to point your system to this file, you need to edit .gitconfig file //.gitconfig [user] email = [setUserEmail] name = [setUsername for this WSL] [credential] he..