wip: git api

This commit is contained in:
Joao Moreno
2018-08-24 11:16:28 +02:00
parent 811a6be05b
commit 28d2b5d2d6
6 changed files with 102 additions and 16 deletions

View File

@@ -102,7 +102,7 @@ export class AutoFetcher {
}
try {
await this.repository.fetch();
await this.repository.fetchDefault();
} catch (err) {
if (err.gitErrorCode === GitErrorCodes.AuthenticationFailed) {
this.disable();