Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[egit-dev] upload-pack / receive-pack

Hello,
Because of my remote setup*, when I clone I need to specify the '-u' parameter /full/path/to/git/libexec/git-core/git-upload-pack, and when I push I need to specify --receive-pack=/full/path/to/git/libexec/git-core/git-receive-pack, which works perfectly fine when I do so from command line.

I am unable to clone/push with Egit because I can't find how to send these parameters. How can I configure Egit to also have these parameters when pushing/cloning?

Thanks!

* Godaddy shared hosting; Manually built git on an equivalent system to the godaddy machine, then just uploaded the built git files (/bin /share /lib /libexec); Set some stuff in .bashrc to find git executables.

Back to the top