S
S
Svyatoslav Khusamov2017-08-24 09:59:02
css
Svyatoslav Khusamov, 2017-08-24 09:59:02

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

29705609-8571ba22-8987-11e7-9ce0-9558efd

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Mitya ToDaSyo, 2019-04-29
@dimastik1986

try like this

html, body {
  width: 100vw;
  height: 100vh;
}

and remove height and width from body

A
A person from Kazakhstan, 2019-04-29
@LenovoId

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 question

Ask a Question

731 491 924 answers to any question