You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

219cottrell@pinger:~$git clone git@bitbucket.org:umarkalim/tulip-imc14.git
Cloning into 'tulip-imc14'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Exit 128
220cottrell@pinger:~$mkdir git
221cottrell@pinger:~$cd git
222cottrell@pinger:~/git$git init
Initialized empty Git repository in /afs/slac.stanford.edu/u/sf/cottrell/git/.git/
223cottrell@pinger:~/git$git remote
224cottrell@pinger:~/git$git remote add origin https://rlacotrell@bitbucket.org/umarkalim/tulip-imc14.gi t
225cottrell@pinger:~/git$git pull
Password for 'https://rlacotrell@bitbucket.org':
remote: Counting objects: 52, done.
remote: Compressing objects: 100% (49/49), done.
remote: Total 52 (delta 2), reused 0 (delta 0)
Unpacking objects: 100% (52/52), done.
From https://bitbucket.org/umarkalim/tulip-imc14
* [new branch] master -> origin/master
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details

git pull <remote> <branch>

If you wish to set tracking information for this branch you can do so with:

git branch --set-upstream-to=origin/<branch> master

Exit 1
226cottrell@pinger:~/git$ls -l
total 0
227cottrell@pinger:~/git$ls
228cottrell@pinger:~/git$ls -al
total 52
drwxr-xr-x 3 cottrell sf 2048 Mar 20 16:36 ./
drwxr-xr-x 112 cottrell sf 49152 Mar 20 16:36 ../
drwxr-xr-x 8 cottrell sf 2048 Mar 20 16:40 .git/
229cottrell@pinger:~/git$ls .git/
FETCH_HEAD HEAD branches/ config description hooks/ info/ logs/ objects/ refs/
230cottrell@pinger:~/git$ls -l .git/
total 16
-rw-r--r-- 1 cottrell sf 118 Mar 20 16:40 FETCH_HEAD
-rw-r--r-- 1 cottrell sf 23 Mar 20 16:36 HEAD
drwxr-xr-x 2 cottrell sf 2048 Mar 20 16:36 branches/
-rw-r--r-- 1 cottrell sf 221 Mar 20 16:38 config
-rw-r--r-- 1 cottrell sf 73 Mar 20 16:36 description
drwxr-xr-x 2 cottrell sf 2048 Mar 20 16:36 hooks/
drwxr-xr-x 2 cottrell sf 2048 Mar 20 16:36 info/
drwxr-xr-x 3 cottrell sf 2048 Mar 20 16:40 logs/
drwxr-xr-x 50 cottrell sf 2048 Mar 20 16:40 objects/
drwxr-xr-x 5 cottrell sf 2048 Mar 20 16:40 refs/

 

vim 05-vtrace.tex
git add 05-vtrace.tex
git commit -m "Les: testing commit"
git pushz

 

  • No labels