When you changed the URLs in rebar.config you changed both the scheme and
also added a ".git" suffix to the end of the URL, right?

For example:

git checkout -- rebar.config && sed -Ei '' -e 's:"git:"https:' -e
's:(//.*)",:\1.git",:' rebar.config

NOTE: I'm using BSD sed here, on Fedora you might have to replace -E with -r

-Ryan

On Thu, Feb 17, 2011 at 11:57 AM, Mike Stoddart <[email protected]> wrote:

> I'm trying to build riak-serach at work but our corporate firewall
> blocks the 'git' protocol. I can only download via http or https. I've
> tried changing rebar.config to use the URLs for https instead but I
> get errors:
>
> fatal: Not a git repository (or any of the parent directories): .git
>
> Any ideas how to get this to build on Fedora 12 64bit?
>
> Thanks
>
> _______________________________________________
> riak-users mailing list
> [email protected]
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
>
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to