Answer the question
In order to leave comments, you need to log in
How to get rid of the git credential manager for windows window in SourceTree?
After adding the repository, a window with the title git credential manager for windows constantly pops up.
Whatever I do (enter different logins and passwords, cancel), it then reappears. And in two copies.
How to get rid of it?
Contents of the `.hgrc` file:
[auth]
repo.prefix = http://to.my.repo
repo.username = <login>
repo.password = <pass>
repo.schemes = http
Answer the question
In order to leave comments, you need to log in
try like this
html, body {
width: 100vw;
height: 100vh;
}
you need to specify html,body {width:100%, height:100%;}
for the background specify for body like this
body{background-image:url(url image);background-size: 100% 100% | cover; } or so or so
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question