ArcticaProject / ArcticaDocs

Arctica Project Documentation
Other
5 stars 9 forks source link

Documentation of ArcticaGreeter's Remote Logon Feature #2

Closed Korn20000 closed 7 years ago

Korn20000 commented 7 years ago

How to install AG

sunweaver commented 7 years ago

Feedback about the current status of this PR:

Ideally, you clone the original project's master branch to your user workspace on Github and keep the master branch intact.

  git clone git@github.com:ArcticaProject/ArcticaDocs.git
  git remote add gh-Korn20000 git@github.com:Korn20000/ArcticaDocs.git

You clone the original repo from ArcticaProject and then add your user space repo as second remote (named gh-Korn20000). Locally you then create a new branch from master (git checkout -b ). As a new branch name, I tend to like these kinds of formats / naming conventions:

You then work on such a branch locally, do commit and then finally push this branch to your user space on Github:

git push gh-Korn20000 pr/:pr/

All changes you do on this branch you do locally. Once you start clicking around on Github in you webbrowser, you are doing something not wanted here, really.

Furthermore, you now have 18 commits on your branch, that I certainly won't merge into the master branch. What I want is two PRs, each containing one commit:

The images in the documentation should show be able to show up, even if your system is offline.

Next, I asked from you to give the .md file a proper name, e.g. ArcticaGreeter_RemoteLogonHowTo.md. Not Documentation.md.

Last but not least, please drop the ArcticaGreeter/README file again, it has no use.

Greets, Mike

Korn20000 commented 7 years ago

I'm keep getting a permission denied (publickey)


Fra: Mike Gabriel notifications@github.com Sendt: 10. januar 2017 15:31 Til: ArcticaProject/ArcticaDocs Cc: Kornelius Pasztor; Author Emne: Re: [ArcticaProject/ArcticaDocs] Documentation of ArcticaGreeter's Remote Logon Feature (#2)

Feedback about the current status of this PR:

Ideally, you clone the original project's master branch to your user workspace on Github and keep the master branch intact.

git clone git@github.com:ArcticaProject/ArcticaDocs.git git remote add gh-Korn20000 git@github.com:Korn20000/ArcticaDocs.git

You clone the original repo from ArcticaProject and then add your user space repo as second remote (named gh-Korn20000). Locally you then create a new branch from master (git checkout -b ). As a new branch name, I tend to like these kinds of formats / naming conventions:

You then work on such a branch locally, do commit and then finally push this branch to your user space on Github:

git push gh-Korn20000 pr/:pr/

All changes you do on this branch you do locally. Once you start clicking around on Github in you webbrowser, you are doing something not wanted here, really.

Furthermore, you now have 18 commits on your branch, that I certainly won't merge into the master branch. What I want is two PRs, each containing one commit:

The images in the documentation should show be able to show up, even if your system is offline.

Next, I asked from you to give the .md file a proper name, e.g. ArcticaGreeter_RemoteLogonHowTo.md. Not Documentation.md.

Last but not least, please drop the ArcticaGreeter/README file again, it has no use.

Greets, Mike

- You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ArcticaProject/ArcticaDocs/pull/2#issuecomment-271589744, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AVTsu6Mh0W2nnL547WB55bpkYZEYzHSPks5rQ5ZGgaJpZM4LeLTp.

Korn20000 commented 7 years ago

Sorry for going back and forward, I though it worked, Still getting the Permission Denied (Publickey)


Fra: Mike Gabriel notifications@github.com Sendt: 10. januar 2017 15:31 Til: ArcticaProject/ArcticaDocs Cc: Kornelius Pasztor; Author Emne: Re: [ArcticaProject/ArcticaDocs] Documentation of ArcticaGreeter's Remote Logon Feature (#2)

Feedback about the current status of this PR:

Ideally, you clone the original project's master branch to your user workspace on Github and keep the master branch intact.

git clone git@github.com:ArcticaProject/ArcticaDocs.git git remote add gh-Korn20000 git@github.com:Korn20000/ArcticaDocs.git

You clone the original repo from ArcticaProject and then add your user space repo as second remote (named gh-Korn20000). Locally you then create a new branch from master (git checkout -b ). As a new branch name, I tend to like these kinds of formats / naming conventions:

You then work on such a branch locally, do commit and then finally push this branch to your user space on Github:

git push gh-Korn20000 pr/:pr/

All changes you do on this branch you do locally. Once you start clicking around on Github in you webbrowser, you are doing something not wanted here, really.

Furthermore, you now have 18 commits on your branch, that I certainly won't merge into the master branch. What I want is two PRs, each containing one commit:

The images in the documentation should show be able to show up, even if your system is offline.

Next, I asked from you to give the .md file a proper name, e.g. ArcticaGreeter_RemoteLogonHowTo.md. Not Documentation.md.

Last but not least, please drop the ArcticaGreeter/README file again, it has no use.

Greets, Mike

- You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ArcticaProject/ArcticaDocs/pull/2#issuecomment-271589744, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AVTsu6Mh0W2nnL547WB55bpkYZEYzHSPks5rQ5ZGgaJpZM4LeLTp.

sunweaver commented 7 years ago

Hi Kornelius,

Have you ever used SSH for Git transport when cloning from and pushing to Github? If not, then checkout how to use Github over SSH with private/public key authentication.

The URLs I sent you require a working SSH auth setup for Github. You can of course replace them by https:// URLs. But I disrecommend that for long term usage of Github.

Also, please make sure:

Greets, Mike

On Thu Jan 12 14:24:15 2017 GMT+0100, Kornelius Pasztor wrote:

Sorry for going back and forward, I though it worked, Still getting the Permission Denied (Publickey)


Fra: Mike Gabriel notifications@github.com Sendt: 10. januar 2017 15:31 Til: ArcticaProject/ArcticaDocs Cc: Kornelius Pasztor; Author Emne: Re: [ArcticaProject/ArcticaDocs] Documentation of ArcticaGreeter's Remote Logon Feature (#2)

Feedback about the current status of this PR:

Ideally, you clone the original project's master branch to your user workspace on Github and keep the master branch intact.

git clone git@github.com:ArcticaProject/ArcticaDocs.git git remote add gh-Korn20000 git@github.com:Korn20000/ArcticaDocs.git

You clone the original repo from ArcticaProject and then add your user space repo as second remote (named gh-Korn20000). Locally you then create a new branch from master (git checkout -b ). As a new branch name, I tend to like these kinds of formats / naming conventions:

  • pr/
  • wip/

You then work on such a branch locally, do commit and then finally push this branch to your user space on Github:

git push gh-Korn20000 pr/:pr/

All changes you do on this branch you do locally. Once you start clicking around on Github in you webbrowser, you are doing something not wanted here, really.

Furthermore, you now have 18 commits on your branch, that I certainly won't merge into the master branch. What I want is two PRs, each containing one commit:

  • please file the first PR, which only adds the required images to ArcticaDocs, without the .md file
  • please file another PR, obtaining all images with relative URLs from your local working copy (not from a http URL!!!).

The images in the documentation should show be able to show up, even if your system is offline.

Next, I asked from you to give the .md file a proper name, e.g. ArcticaGreeter_RemoteLogonHowTo.md. Not Documentation.md.

Last but not least, please drop the ArcticaGreeter/README file again, it has no use.

Greets, Mike

- You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ArcticaProject/ArcticaDocs/pull/2#issuecomment-271589744, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AVTsu6Mh0W2nnL547WB55bpkYZEYzHSPks5rQ5ZGgaJpZM4LeLTp.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

-- Sent from my Fairphone (running Sailfish OS)...

Korn20000 commented 7 years ago

Finally I've understood this proper I think, was a bit cryptic what you wrote :), though I have one question.

So you want me to send you the pictures first? and then use those URLS in the md file?


Fra: Mike Gabriel notifications@github.com Sendt: 10. januar 2017 15:31 Til: ArcticaProject/ArcticaDocs Cc: Kornelius Pasztor; Author Emne: Re: [ArcticaProject/ArcticaDocs] Documentation of ArcticaGreeter's Remote Logon Feature (#2)

Feedback about the current status of this PR:

Ideally, you clone the original project's master branch to your user workspace on Github and keep the master branch intact.

git clone git@github.com:ArcticaProject/ArcticaDocs.git git remote add gh-Korn20000 git@github.com:Korn20000/ArcticaDocs.git

You clone the original repo from ArcticaProject and then add your user space repo as second remote (named gh-Korn20000). Locally you then create a new branch from master (git checkout -b ). As a new branch name, I tend to like these kinds of formats / naming conventions:

You then work on such a branch locally, do commit and then finally push this branch to your user space on Github:

git push gh-Korn20000 pr/:pr/

All changes you do on this branch you do locally. Once you start clicking around on Github in you webbrowser, you are doing something not wanted here, really.

Furthermore, you now have 18 commits on your branch, that I certainly won't merge into the master branch. What I want is two PRs, each containing one commit:

The images in the documentation should show be able to show up, even if your system is offline.

Next, I asked from you to give the .md file a proper name, e.g. ArcticaGreeter_RemoteLogonHowTo.md. Not Documentation.md.

Last but not least, please drop the ArcticaGreeter/README file again, it has no use.

Greets, Mike

- You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ArcticaProject/ArcticaDocs/pull/2#issuecomment-271589744, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AVTsu6Mh0W2nnL547WB55bpkYZEYzHSPks5rQ5ZGgaJpZM4LeLTp.

sunweaver commented 7 years ago

Good.

Yes, send me the images first, meaning file a PR containing images only and then file another PR with the .md file, using the images.

Use relative image URLs, please. So no https://server at the beginning.

Mike

On Fri Jan 13 13:23:19 2017 GMT+0100, Kornelius Pasztor wrote:

Finally I've understood this proper I think, was a bit cryptic what you wrote :), though I have one question.

  • please file the first PR, which only adds the required images to ArcticaDocs, without the .md file
  • please file another PR, obtaining all images with relative URLs from your local working copy (not from a http URL!!!).

So you want me to send you the pictures first? and then use those URLS in the md file?


Fra: Mike Gabriel notifications@github.com Sendt: 10. januar 2017 15:31 Til: ArcticaProject/ArcticaDocs Cc: Kornelius Pasztor; Author Emne: Re: [ArcticaProject/ArcticaDocs] Documentation of ArcticaGreeter's Remote Logon Feature (#2)

Feedback about the current status of this PR:

Ideally, you clone the original project's master branch to your user workspace on Github and keep the master branch intact.

git clone git@github.com:ArcticaProject/ArcticaDocs.git git remote add gh-Korn20000 git@github.com:Korn20000/ArcticaDocs.git

You clone the original repo from ArcticaProject and then add your user space repo as second remote (named gh-Korn20000). Locally you then create a new branch from master (git checkout -b ). As a new branch name, I tend to like these kinds of formats / naming conventions:

  • pr/
  • wip/

You then work on such a branch locally, do commit and then finally push this branch to your user space on Github:

git push gh-Korn20000 pr/:pr/

All changes you do on this branch you do locally. Once you start clicking around on Github in you webbrowser, you are doing something not wanted here, really.

Furthermore, you now have 18 commits on your branch, that I certainly won't merge into the master branch. What I want is two PRs, each containing one commit:

  • please file the first PR, which only adds the required images to ArcticaDocs, without the .md file
  • please file another PR, obtaining all images with relative URLs from your local working copy (not from a http URL!!!).

The images in the documentation should show be able to show up, even if your system is offline.

Next, I asked from you to give the .md file a proper name, e.g. ArcticaGreeter_RemoteLogonHowTo.md. Not Documentation.md.

Last but not least, please drop the ArcticaGreeter/README file again, it has no use.

Greets, Mike

- You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ArcticaProject/ArcticaDocs/pull/2#issuecomment-271589744, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AVTsu6Mh0W2nnL547WB55bpkYZEYzHSPks5rQ5ZGgaJpZM4LeLTp.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

-- Sent from my Fairphone (running Sailfish OS)...

Korn20000 commented 7 years ago

Hy Mike sorry for writing so late, I gotta be honest this github is more complicated than thought, and ofc. It just hit me what u mean by PR -_- . I've been wondering most of the weekend what u meant by PR, but yes I understand it now. Hopefully I'll have it sorted out tomorrow, the bug report is also done (just informing u). I'll get back if I get stuck tomorrow or done.

Cheers!

-------- Original message -------- From: Mike Gabriel notifications@github.com Date: 13/01/2017 15:32 (GMT+01:00) To: ArcticaProject/ArcticaDocs ArcticaDocs@noreply.github.com Cc: Kornelius Pasztor korn_20000@hotmail.com, Author author@noreply.github.com Subject: Re: [ArcticaProject/ArcticaDocs] Documentation of ArcticaGreeter's Remote Logon Feature (#2)

Good.

Yes, send me the images first, meaning file a PR containing images only and then file another PR with the .md file, using the images.

Use relative image URLs, please. So no https://server at the beginning.

Mike

On Fri Jan 13 13:23:19 2017 GMT+0100, Kornelius Pasztor wrote:

Finally I've understood this proper I think, was a bit cryptic what you wrote :), though I have one question.

  • please file the first PR, which only adds the required images to ArcticaDocs, without the .md file
  • please file another PR, obtaining all images with relative URLs from your local working copy (not from a http URL!!!).

So you want me to send you the pictures first? and then use those URLS in the md file?


Fra: Mike Gabriel notifications@github.com Sendt: 10. januar 2017 15:31 Til: ArcticaProject/ArcticaDocs Cc: Kornelius Pasztor; Author Emne: Re: [ArcticaProject/ArcticaDocs] Documentation of ArcticaGreeter's Remote Logon Feature (#2)

Feedback about the current status of this PR:

Ideally, you clone the original project's master branch to your user workspace on Github and keep the master branch intact.

git clone git@github.com:ArcticaProject/ArcticaDocs.git git remote add gh-Korn20000 git@github.com:Korn20000/ArcticaDocs.git

You clone the original repo from ArcticaProject and then add your user space repo as second remote (named gh-Korn20000). Locally you then create a new branch from master (git checkout -b ). As a new branch name, I tend to like these kinds of formats / naming conventions:

  • pr/
  • wip/

You then work on such a branch locally, do commit and then finally push this branch to your user space on Github:

git push gh-Korn20000 pr/:pr/

All changes you do on this branch you do locally. Once you start clicking around on Github in you webbrowser, you are doing something not wanted here, really.

Furthermore, you now have 18 commits on your branch, that I certainly won't merge into the master branch. What I want is two PRs, each containing one commit:

  • please file the first PR, which only adds the required images to ArcticaDocs, without the .md file
  • please file another PR, obtaining all images with relative URLs from your local working copy (not from a http URL!!!).

The images in the documentation should show be able to show up, even if your system is offline.

Next, I asked from you to give the .md file a proper name, e.g. ArcticaGreeter_RemoteLogonHowTo.md. Not Documentation.md.

Last but not least, please drop the ArcticaGreeter/README file again, it has no use.

Greets, Mike

- You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ArcticaProject/ArcticaDocs/pull/2#issuecomment-271589744, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AVTsu6Mh0W2nnL547WB55bpkYZEYzHSPks5rQ5ZGgaJpZM4LeLTp.

- You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.?

-- Sent from my Fairphone (running Sailfish OS)...

- You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ArcticaProject/ArcticaDocs/pull/2#issuecomment-272456160, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AVTsuyfLNp0ypJWET60wBJ8xMqSYpa0gks5rR4rtgaJpZM4LeLTp.

sunweaver commented 7 years ago

closing this PR, as a new one is coming in soon...