The initial fix is always easy. The challenge is to get everything else to work again with updated core libs.Might be as simple as making any negative numbers go to zero
The initial fix is always easy. The challenge is to get everything else to work again with updated core libs.Might be as simple as making any negative numbers go to zero
git clone [email protected]:thorrak/brewflasher.git
Cloning into 'brewflasher'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Where did you see those instructions?[email protected]: Permission denied (publickey).
git clone https://github.com/thorrak/brewflasher.git
Brewflasher README.mdWhere did you see those instructions?
The [email protected] is forcing you to authenticate as the upstream "git" user, which is wrong. it should be:
Code:git clone https://github.com/thorrak/brewflasher.git
Eeeehhhh, it wasn't entirely my fault...
The [email protected] is forcing you to authenticate as the upstream "git" user, which is wrong. it should be:
Code:git clone https://github.com/thorrak/brewflasher.git