Skip to content

Commit

Permalink
use http instead of https for git repos
Browse files Browse the repository at this point in the history
  • Loading branch information
ansiwen committed Nov 16, 2015
1 parent 032f4e2 commit 5d96c30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.proxy.no_proxy += ",#{conf["devpi_server"]}" if conf["devpi_server"]
config.vm.provision "shell", inline: <<-SHELL
dnf install -y git
git config --system url."https://github.com/".insteadOf [email protected]:
git config --system url."https://".insteadOf git://
git config --system url."http://github.com/".insteadOf [email protected]:
git config --system url."http://".insteadOf git://
SHELL
end

Expand Down

0 comments on commit 5d96c30

Please sign in to comment.