Coder Social home page Coder Social logo

Comments (4)

alexcjohnson avatar alexcjohnson commented on August 12, 2024 3

odd, cloning this repo works fine for me (using either https or ssh), perhaps there's some sort of proxying in your network that's doing something repo-specific? Anyway, here's one possible workaround

git config --global http.sslVerify false

from dash-component-boilerplate.

oipotty avatar oipotty commented on August 12, 2024 1

Works great. Must have been the network proxy. Thanks a lot for the quick responses!

from dash-component-boilerplate.

chriddyp avatar chriddyp commented on August 12, 2024

Thanks for reporting! Looking at

subprocess.CalledProcessError: Command '['git', 'clone', 'https://github.com/plotly/dash-component-boilerplate.git']' returned non-zero exit status 128.

it appears that the git clone step didn't work. Do you have git installed locally?

from dash-component-boilerplate.

oipotty avatar oipotty commented on August 12, 2024

Hey Chris,
Thanks for the response. Git is installed locally as shown below and works as usual with another repo.

(venv) C:\p\venv\Scripts>git clone https://github.com/plotly/dash-component-boilerplate.git
Cloning into 'dash-component-boilerplate'...
fatal: unable to access 'https://github.com/plotly/dash-component-boilerplate.git/': SSL certificate problem: self signed certificate in certificate chain

(venv) C:\p>git clone https://github.kdc.xxxxxxxxx.com/gtx914/MXReport.git
Cloning into 'MXReport'...
remote: Enumerating objects: 44, done.
remote: Total 44 (delta 0), reused 0 (delta 0), pack-reused 44
Unpacking objects: 100% (44/44), done.

(venv) C:\p>where git
C:\Users\GTX914\AppData\Local\Programs\Git\cmd\git.exe

from dash-component-boilerplate.

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.