Hi Guillermo,
Ok then given your comments - right now got it working�� as such
�� - initially created as private in Github
�� - changed to public
�� - created clone from github
�� - (did a repair repository (dont��know why)�� and created "src" and designated it as source folder)
�� - did a commit and push
�� - changed repository back to private
seems to work
�� ��
can you give an example on how the "Remote URL" field is to be filled up - note its not taking HTTP as i am not sure about the syntax, assume SSH, Github, MyName, MyRepository,��
will try that as well
note Just for Info to other users:��
I am using Windows 10, it seems to have SSH tools inbuilt and was able to use ssh (with passphrase) without hiccup, by putting my key files path in pharo setting-> ...-> use custom SSH keys, and uploading the .pub key in Github
---
Sanjay Minni
+91-9900-902902
Hi Sanjay,
This is a bug in Iceberg github integration that tries to access the repository to get metadata using Github REST API using anonymous access apparently.
And since your project is private, this fails.
As a workaroung, I suggest you to clone using the last option that requires an url only:
This option will not use the Github API, so you should find no problems.
I���m planning doing an Iceberg sprint and fix many issues in the coming weeks.
(Also if somebody wants to join, this is an open call :))
Guille