Giter VIP home page Giter VIP logo

Comments (2)

mageekguy avatar mageekguy commented on May 13, 2024
20> git clone https://github.com/mageekguy/atoum.git
Cloning into 'atoum'...
remote: Counting objects: 12936, done.
remote: Compressing objects: 100% (3896/3896), done.
remote: Total 12936 (delta 7441), reused 12787 (delta 7309)
Receiving objects: 100% (12936/12936), 2.14 MiB | 235 KiB/s, done.
Resolving deltas: 100% (7441/7441), done.
21> ls
total 36
drwxr-xr-x  15 fch  staff   510B  5 mar 18:07 ./
drwxr-xr-x   6 fch  staff   204B  5 mar 18:06 ../
drwxr-xr-x  12 fch  staff   408B  5 mar 18:07 .git/
-rw-r--r--   1 fch  staff   111B  5 mar 18:07 .gitignore
-rw-r--r--   1 fch  staff    73B  5 mar 18:07 ABOUT
-rw-r--r--   1 fch  staff   1,5K  5 mar 18:07 COPYING
-rw-r--r--   1 fch  staff   1,9K  5 mar 18:07 FAQ
-rw-r--r--   1 fch  staff    11K  5 mar 18:07 README.markdown
drwxr-xr-x   3 fch  staff   102B  5 mar 18:07 bin/
drwxr-xr-x  45 fch  staff   1,5K  5 mar 18:07 classes/
-rw-r--r--   1 fch  staff   445B  5 mar 18:07 composer.json
-rw-r--r--   1 fch  staff   479B  5 mar 18:07 constants.php
drwxr-xr-x   6 fch  staff   204B  5 mar 18:07 resources/
drwxr-xr-x   7 fch  staff   238B  5 mar 18:07 scripts/
drwxr-xr-x   4 fch  staff   136B  5 mar 18:07 tests/
22> git branch
* master

Moreover, you can use atoum --update to get the last version from PHAR (use --help for more information).

from atoum.

andy-b-84 avatar andy-b-84 commented on May 13, 2024

Sorry, this is a problem of "git with https behind a proxy"...
You can close it, I just had a bad git configuration ^^"
( By the way , I'm using squid to... Proxy my "official" proxy, and this is the way I configured git, way which does not work :
[http]
proxy = http://localhost:3128
[https]
proxy = http://localhost:3128 )

from atoum.

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.