Mostrando entradas con la etiqueta GitLab. Mostrar todas las entradas
Mostrando entradas con la etiqueta GitLab. Mostrar todas las entradas

lunes, 15 de abril de 2019

VS 2017 Git Local Commit DB.lock error on every commit


Git failed with a fatal error.error: open(".vs/XXXXXX.Dev.Library/v15/Server/sqlite3/db.lock"): Permission deniedfatal: Unable to process path .vs/XXXXXX.Dev.Library/v15/Server/sqlite3/db.lock

  1. On the Team Explorer's window, go to Settings.

  1. Then access Repository Settings.

  1. Finally, click Add in the Ignore File section.

Done. ;)
This default file already includes the .vs folder.

Tanks to: 
https://stackoverflow.com/questions/47460039/vs-2017-git-local-commit-db-lock-error-on-every-commit/47472811

Solución Visual Studio al clonar Git: terminal prompts disabled


Al intentar clonar un repositorio de GitLab y sincronizarlo con Visual Studio 2019 me saltaba el error:

'https://gitlab.com': terminal prompts disabled



Extraño, puesto que copiaba el link de Clone with HTTPS directo desde GitLab al Visual Studio
La solución, bastante simple, fue en Clone with HTTPS ingresar el usuario y password de esta manera: 
https://name:password@github.com/username/repo.git

emerge © , All Rights Reserved. BLOG DESIGN BY Sadaf F K.