I'll move this thread to the smalltalk-git mailing list and respond there. On 07.11.2012, at 17:35, roberto.minelli@usi.ch wrote:
Hi Max,
At the end of the day I managed to install and use FileSystem-Git.
I was not able to run the quick start guide in the help browser, but i managed to run the ** Working with repositories ** guide.
However, I encountered a weird error. Here are the steps to reproduce:
1. Clone an existing Git repo (git clone https://github.com/aptana/studio3.git) 2. Execute the following snippet: repoReference := FileSystem disk root resolve: '/Users/roby/Documents/University/repository'. repo := FileSystemGitRepository on: repoReference.
The error is the following: Error: Invalid utf8 input detected
I investigated and discovered that this is somehow related to how the 'git clone' creates the repository. In fact, if you create a Git repo on your machine the above lines of code works just fine.
FYI I'm running Pharo 2.0 on a 64-bit MacBook Pro (Mac OS X 10.8.2).
Do you have any suggestion for that? Anyone experienced this problem?
Thanks in advance, Roberto
On Nov 7, 2012, at 10:59 AM, Max Leske <maxleske@gmail.com> wrote:
Weird typoâ¦
Otherwise you can try this: 1. create a new Monticello repo with the following: MCHttpRepository location: 'http://ss3.gemstone.com/ss/FileSystem-Git' user: '' password: '' 2. open this repository and load the latest versions of FileSystem-Git and SystemHashing
BTW: theres a tutorial in the help (after you've loaded the packages), so go to World menu -> Help -> Help Browser
Max