This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

git BSL source?



I was attempting to 'GIT' the BSL source (I think it was teh correct source and attempted to use the following to 'git' it)

git clone git://git.ti.com/msp430-bsl/msp430-bsl.git
Cloning into 'msp430-bsl'...
fatal: unable to connect to git.ti.com:
git.ti.com[0: 198.47.29.193]: errno=No error

based on https://git.ti.com/msp430-bsl site

this wrong? Is it on github instead? (somewhere)

Anyhow thanks for what you can tell me

Stephen

  • Source code is there.

    https://git.ti.com/msp430-bsl

    You can also grab the tarball file on this page (right side): https://git.ti.com/msp430-bsl/msp430-bsl/trees/master

    BTW, I didn't seem successful at connecting either (git on Win7 machine) but that could be a firewall issue on my end blocking outgoing git traffic.

  • Hi,

    if you have a proxy in between your local network and the internet, you might need to configure this. I usually use tortoisegit, and here is for example the setting which i use:

  • Brian Boorman said:

    Source code is there.

    https://git.ti.com/msp430-bsl

    You can also grab the tarball file on this page (right side): https://git.ti.com/msp430-bsl/msp430-bsl/trees/master

    BTW, I didn't seem successful at connecting either (git on Win7 machine) but that could be a firewall issue on my end blocking outgoing git traffic.

    Ok here is the result of using that https with git


    git clone https://git.ti.com/msp430-bsl
    Cloning into 'msp430-bsl'...
    fatal: unable to access 'https://git.ti.com/msp430-bsl/': SSL certificate problem: unable to get local issuer certificate


    Just in case things were wonky with git and my internal stuff I tested it with github and a known site (always good I guess).


    git clone https://github.com/tmolteno/necpp.git
    Cloning into 'necpp'...
    remote: Reusing existing pack: 482, done.
    remote: Total 482 (delta 0), reused 0 (delta 0)
    Receiving objects: 100% (482/482), 698.64 KiB | 430.00 KiB/s, done.
    Resolving deltas: 100% (167/167), done.
    Checking connectivity... done.
    Checking out files: 100% (307/307), done.


    It doesn't seem the problem is with my system as far as I can tell.

    I'm using windows 7 (alas the poor xp ...)

    Anyhow much head scratching here.

    We do have a firewall with access limitations etc. However their would be other errors than the ones returned. The certificate error seemed kind of strange also.

    Stephen

**Attention** This is a public forum