jedbrown / git-fat

Simple way to handle fat files without committing them to git, supports synchronization using rsync
BSD 2-Clause "Simplified" License
620 stars 136 forks source link

I need git fat to be able to use special username configured in ~/.gitconfig #76

Closed kurazsi closed 7 years ago

kurazsi commented 7 years ago

Hello. In My case the user name i am registerd with on a remote repository where i can store my binary files is different then the user name of my machine. And because others are using this repository as well, I can not push .gitfat file with my changes in the repo. There fore i need a way to configure the special user name to be used by git-fat when accessing the remote repository.

kurazsi commented 7 years ago

the solution is to modify the ~/.ssh/config file for the host that git fat is trying to access and set the username there