IngwiePhoenix / drag0n

The installer you have been waiting for. Just put it on your mac and run it - and it RUNS!
2 stars 1 forks source link

WingStyle folder is a link #2

Closed bwoebi closed 11 years ago

bwoebi commented 11 years ago

https://github.com/IngwiePhoenix/drag0n/commit/4d488da2dc6ae011bfee6dc3006664d625a957a2

You added WingStyle as a link to your local WingStyle clone. I'd consider to change it to a github link.

IngwiePhoenix commented 11 years ago

I am trying to, but not succeeding x) Currently I also tried uploading a very recent built with WingStyle's project folder right inside drag0n, but now github for mac says "You dont have permission"... I am trying to get this fixed. Am 05.09.2013 um 01:21 schrieb Bob Weinand notifications@github.com:

4d488da

You added WingStyle as a link to your local WingStyle clone. I'd consider to change it to a github link.

— Reply to this email directly or view it on GitHub.

IngwiePhoenix commented 11 years ago

I finally managed to git-link it, i belive. Please let me know if it worked.

bwoebi commented 11 years ago

Still not correct. You seem to have it defined in a ssh way. Please use the git:// or the https:// way. Else I won't be able to fetch it (over the normal way).

So einfach ist das nicht :P

IngwiePhoenix commented 11 years ago

Recent commit includes the HTTPS link instead. ...Dont tell me youre german, i'd freak out; because I am from Germany :) Am 05.09.2013 um 21:59 schrieb Bob Weinand notifications@github.com:

Still not correct. You seem to have it defined in a ssh way. Please use the git:// or the https:// way. Else I won't be able to fetch it (over the normal way).

So einfach ist das nicht :P

— Reply to this email directly or view it on GitHub.

bwoebi commented 11 years ago

Dass du Deutscher bist sieht man ja schon an deiner Benutzerseite.

Und nö, … Deutscher bin ich nicht; Luxemburger aber ;-)

IngwiePhoenix commented 11 years ago

Trozdem sehr cool. :) Sag bescheid ob die .gitmodule richtig geupdatet wurden ^^

Am 05.09.2013 um 22:17 schrieb Bob Weinand notifications@github.com:

Dass du Deutscher bist sieht man ja schon an deiner Benutzerseite.

Und nö, … Deutscher bin ich nicht; Luxemburger aber ;-)

— Reply to this email directly or view it on GitHub.

bwoebi commented 11 years ago

Perfekt, funktionniert. Jetzt noch meinen Patch mergen... ;-)

bwoebi commented 11 years ago

Doch nicht…

sh-3.2# git submodule init
Submodule 'drag0n.app/Contents/Library/WingStyle' (https://github.com/IngwiePhoenix/drag0n.git) registered for path 'drag0n.app/Contents/Library/WingStyle'
sh-3.2# git submodule update
Cloning into 'drag0n.app/Contents/Library/WingStyle'...
remote: Counting objects: 4554, done.
remote: Compressing objects: 100% (2863/2863), done.
remote: Total 4554 (delta 1457), reused 4526 (delta 1435)
Receiving objects: 100% (4554/4554), 102.43 MiB | 5.14 MiB/s, done.
Resolving deltas: 100% (1457/1457), done.
fatal: reference is not a tree: d393aa9657b42e503bcf6be889f651a625fce545
Unable to checkout 'd393aa9657b42e503bcf6be889f651a625fce545' in submodule path 'drag0n.app/Contents/Library/WingStyle'
IngwiePhoenix commented 11 years ago

Strange... o-o Bin leider kein Git-experte. Ich gug mal was man da machen kann. Am 05.09.2013 um 22:38 schrieb Bob Weinand notifications@github.com:

Perfekt, funktionniert. Jetzt noch meinen Patch mergen... ;-)

— Reply to this email directly or view it on GitHub.

IngwiePhoenix commented 11 years ago

Der Link war falsch! xD Hab's geändert - jetzt sollte es stimmen. Am 05.09.2013 um 22:41 schrieb Bob Weinand notifications@github.com:

Doch nicht…

sh-3.2# git submodule init Submodule 'drag0n.app/Contents/Library/WingStyle' (https://github.com/IngwiePhoenix/drag0n.git) registered for path 'drag0n.app/Contents/Library/WingStyle' sh-3.2# git submodule update Cloning into 'drag0n.app/Contents/Library/WingStyle'... remote: Counting objects: 4554, done. remote: Compressing objects: 100% (2863/2863), done. remote: Total 4554 (delta 1457), reused 4526 (delta 1435) Receiving objects: 100% (4554/4554), 102.43 MiB | 5.14 MiB/s, done. Resolving deltas: 100% (1457/1457), done. fatal: reference is not a tree: d393aa9657b42e503bcf6be889f651a625fce545 Unable to checkout 'd393aa9657b42e503bcf6be889f651a625fce545' in submodule path 'drag0n.app/Contents/Library/WingStyle' — Reply to this email directly or view it on GitHub.

bwoebi commented 11 years ago
git clone --recursive https://github.com/bwoebi/drag0n.git
Cloning into 'drag0n'...
remote: Counting objects: 4563, done.
remote: Compressing objects: 100% (2870/2870), done.
remote: Total 4563 (delta 1461), reused 4533 (delta 1437)
Receiving objects: 100% (4563/4563), 102.43 MiB | 5.07 MiB/s, done.
Resolving deltas: 100% (1461/1461), done.
Checking out files: 100% (4512/4512), done.
Submodule 'drag0n.app/Contents/Library/WingStyle' (https://github.com/IngwiePhoenix/WingStyle.git) registered for path 'drag0n.app/Contents/Library/WingStyle'
Cloning into 'drag0n.app/Contents/Library/WingStyle'...
remote: Counting objects: 248, done.
remote: Compressing objects: 100% (182/182), done.
remote: Total 248 (delta 140), reused 164 (delta 59)
Receiving objects: 100% (248/248), 38.98 KiB, done.
Resolving deltas: 100% (140/140), done.
Submodule path 'drag0n.app/Contents/Library/WingStyle': checked out 'd393aa9657b42e503bcf6be889f651a625fce545'

… perfekt! :+1: