[ create a new paste ] login | about

Link: http://codepad.org/A9n5qaou    [ raw code | output | fork ]

C, pasted on Jan 31:
1
2
3
4
5
6
7
8
$ git clone https://naveedwd@bitbucket.org/naveedwd/youtubeclone.git
Cloning into 'youtubeclone'...
remote: Enumerating objects: 3, done.
remote: Counting objects: 100% (3/3), done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 3 (delta 0), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (3/3), done.
Checking connectivity... done.


Output:
1
2
Line 1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'git'
Line 13: warning: character constant too long for its type


Create a new paste based on this one


Comments: