-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
High
-
None
-
Affects Version/s: 3.4.9
-
Component/s: Bitbucket
-
None
-
Severity 3 - Minor
Attempting to push to a Bitbucket Server is getting stuck on running this command:
`git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks push -v --tags origin master:master`
becuase this command does not use `-y` to accept the question `If you trust this host, enter "y" to add the key to` and the console window opened is not interactive to allow the use to type in `y` and press Enter.
The error presented is:
`The server's host key is not cached. You have no guarantee
that the server is the computer you think it is.`
![]()