forked from abosmond/CodeIgniter-Bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
git push.txt
22 lines (17 loc) · 894 Bytes
/
git push.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
git remote add origin https://github.com/abosmond/CodeIgniter-Bootstrap.git
git push -u origin master
C:\wamp64\www\CodeIgniter-Bootstrap>git remote add origin https://github.com/abo
smond/CodeIgniter-Bootstrap.git
fatal: remote origin already exists.
C:\wamp64\www\CodeIgniter-Bootstrap>git push -u origin master
fatal: unable to access 'https://github.com/abosmond/CodeIgniter-Bootstrap.git/'
: Recv failure: Connection was reset
C:\wamp64\www\CodeIgniter-Bootstrap>git config --global --unset-all http.proxy
C:\wamp64\www\CodeIgniter-Bootstrap>git config --global --unset-all https.proxy
C:\wamp64\www\CodeIgniter-Bootstrap>git push -u origin master
Username for 'https://github.com': abosmond
Password for 'https://[email protected]':
Counting objects: 1366, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (1329/1329), done.
Writing objects: 11% (151/1366)