Yeah, I think there's a folder on the Moo Forge site from an earlier try to add the repo, but due some errors (wrong package.yml and stuff like that) it didn't add it. Maybe that's the reason it doesn't clone the repository and should reset it first..
On 16 dec, 23:56, Fábio M. Costa <[email protected]> wrote: > Then everything seems to be fine with your git repository. > Maybe the forge needs an option to make a complete reset (rm folder; git > clone stuff). > > -- > Fábio Miranda Costa > Solucione Sistemas > Engenheiro de interfaces > > > > On Wed, Dec 16, 2009 at 8:54 PM, Arian <[email protected]> wrote: > > ar...@arian-laptop:~$ git clone git://github.com/arian/mooModernizr.git > > Initialized empty Git repository in /home/arian/mooModernizr/.git/ > > remote: Counting objects: 14, done. > > remote: Compressing objects: 100% (13/13), done. > > remote: Total 14 (delta 1), reused 0 (delta 0) > > Receiving objects: 100% (14/14), 9.75 KiB, done. > > Resolving deltas: 100% (1/1), done. > > ar...@arian-laptop:~$ git pull > > fatal: Where do you want to fetch from today? > > > But it does create a new folder in my home folder with all the files > > from the repository. > > So when I cd to the new folder: > > > ar...@arian-laptop:~$ cd mooModernizr/ > > ar...@arian-laptop:~/mooModernizr$ git pull > > Already up-to-date. > > > ps. I am quite new to git, so I was already very happy that I could > > push files to github last week :P > > > On 16 dec, 23:26, Fábio M. Costa <[email protected]> wrote: > > > Hi Arian, it seens like theres a problem while pulling from your > > repository. > > > > Try cloning localy your repository and then pulling. > > > > git clone github_repository_url folder; > > > git pull > > > > Tell us what happens. > > > > -- > > > Fábio Miranda Costa > > > Solucione Sistemas > > > Engenheiro de interfaces > > > > On Wed, Dec 16, 2009 at 7:10 PM, Arian <[email protected]> wrote: > > > > I just created a github repo for another plug-in and I added it > > > > without any problems to the Forge... > > > > So I deleted the mooModernizr repo, created again, pushed all the > > > > files etc. try to add it to the Forge again, but it still doesn't add > > > > the plug-in and still with the same error... > > > > > On 16 dec, 01:34, Arian <[email protected]> wrote: > > > > > I'm getting this error when I try to addhttp:// > > > > github.com/arian/mooModernizr > > > > > to MooTools Forge... > > > > > I've no idea what causes this error and how to fix it... > > > > > > Maybe it's a nice idea to add more info with the errors or a kind of > > > > > FAQ so it is more clear to do when something is wrong.
