Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error during "./autogen" step of build on Linux: "fatal: unable to connect to git.ozlabs.org:" #845

Open
amritabithi opened this issue Aug 31, 2022 · 3 comments

Comments

@amritabithi
Copy link

It seems that this respository for ccan-upstream is offline, here is my error below:

Cloning into '/home/bfgminer/ccan-upstream'...
fatal: unable to connect to git.ozlabs.org:
git.ozlabs.org[0: 150.107.74.76]: errno=Connection timed out
git.ozlabs.org[1: 2404:9400:2221:ea00::2]: errno=Network is unreachable
@amritabithi
Copy link
Author

I was able to build by changing the git:// URLs to https:// in the file /bfgminer/.git/config , I have pasted my version which is working for me below:

[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://github.com/luke-jr/bfgminer.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "bfgminer"]
	remote = origin
	merge = refs/heads/bfgminer
[submodule "ccan"]
	active = true
	url = https://git.ozlabs.org/~ccan/ccan
[submodule "knc-asic"]
	active = true
	url = https://github.com/KnCMiner/knc-asic
[submodule "libbase58"]
	active = true
	url = https://github.com/luke-jr/libbase58.git
[submodule "libblkmaker"]
	active = true
	url = https://github.com/bitcoin/libblkmaker.git

@JAG0991
Copy link

JAG0991 commented Feb 18, 2023

I was able to build by changing the git:// URLs to https:// in the file /bfgminer/.git/config , I have pasted my version which is working for me below:

[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://github.com/luke-jr/bfgminer.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "bfgminer"]
	remote = origin
	merge = refs/heads/bfgminer
[submodule "ccan"]
	active = true
	url = https://git.ozlabs.org/~ccan/ccan
[submodule "knc-asic"]
	active = true
	url = https://github.com/KnCMiner/knc-asic
[submodule "libbase58"]
	active = true
	url = https://github.com/luke-jr/libbase58.git
[submodule "libblkmaker"]
	active = true
	url = https://github.com/bitcoin/libblkmaker.git

Also had this issue. This fixed it. Thank you!

@yhilgjff
Copy link

Thank you, that also fixed it for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants