Flare and Git binding

This forum is for all Flare issues related to using Source Control.
Post Reply
sfbutler_1958
Jr. Propeller Head
Posts: 1
Joined: Wed Jul 31, 2019 3:51 am

Flare and Git binding

Post by sfbutler_1958 »

Apologies if this has been asked before, but we are having difficulty in binding a Flare project to Git.

We are using Flare 2019 running under Windows 7

The Git repository is located on: ssh://gitolite3@git@<companyname>.co.uk/techpubs

I have both SSH public and private keys supplied by our Sys Admin.

Flare appears to create a local Git repository, but Pushing or Synchronizing doesn't work and we get the following error:

"Error occurred in LibGit2Sharp : username does not match previous request"

Any assistance gratefully received.

Simon Butler
BrianAtInTouchHealth
Propeller Head
Posts: 51
Joined: Thu Dec 27, 2018 10:35 am
Location: Goleta (Santa Barbara County), CA
Contact:

Re: Flare and Git binding

Post by BrianAtInTouchHealth »

I had the same issue back in January, which I documented here:

viewtopic.php?f=68&t=31195

As it turned out, it was a two-factor authentication (2FA), which our Git repository requires but Flare does not support. I had two create the following files :
  • id_rsa
  • id_rsa.pub
Brian
Flare :flare: + Analyzer :analyzer: 2022, Central, Capture :capture: 7.0, Mimic :mimic: 8.1
Post Reply