Code Monkey home page Code Monkey logo

Comments (4)

ddiakopoulos avatar ddiakopoulos commented on May 18, 2024

Connectivity issues can be hard to debug with git. Are you behind a firewall? For immediate next steps, try upgrading your git version through apt-get and trying again. Also try modifying the script to remove the shallow option and perhaps also the branch option.

from librealsense.

2Reeko avatar 2Reeko commented on May 18, 2024

Just to update, I got around this issue. My company has a firewall that filters the git port. My git version was up to date. I modified the script from

git clone --verbose git://git.launchpad.net/~ubuntu-kernel-test/ubuntu/+source/linux/+git/mainline-crack linux-$LINUX_BRANCH --branch $THE_BRANCH --depth 1

to

git clone --verbose https://git.launchpad.net/~ubuntu-kernel-test/ubuntu/+source/linux/+git/mainline-crack linux-v4.4-wily

The download was over 1 GiB but all seems fine now.

Thanks for the help,

Christian

from librealsense.

pancx avatar pancx commented on May 18, 2024

Have you completed it? I modified the script as you did. But after the downloading, it turned out that
ERROR 407: Proxy Authentication Required
I have already set the proxy, or it wouldn't to download, didn't it? Would you have some ideas about this?
thanks.

from librealsense.

2Reeko avatar 2Reeko commented on May 18, 2024

I didn't want to use a proxy because of authentication issues like this. I used nmap to check if the ports used for git and http were filtered/blocked and found that my firewall allows http but filters git. I then modified the patch-uvcvideo-4.4 script as above and everything worked fine.
Having a stab in the dark at your current problem/error message, it seems like your firewall allowed the http communication and started the download but the username and password for the proxy website you used got rejected or wasn't entered. I'd suggest trying the modified script without the proxy settings or doing the git clone at home then copying the folder into your librealsense folder at work and running the rest of the script.
Hope this helps you find a solution.

from librealsense.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.