Re: [git-users] unable to push to github account

2021-11-21 Thread Konstantin Khomoutov

On Sat, Nov 20, 2021 at 05:33:21PM -0800, skybuck2000 wrote:


Why does git for humans exists ?

How is it different from git for windows ?

[...]

If I guess correctly, you are talking about a mailing list called (by whoever
has created it) "Git for human beings" [1].

If yes, the answers are, in order:

 * That mailing list exists to help mere mortals solve the problems they
   experience when using Git - no matter which hardware and/or software
   platform they run Git on. In other words, it's about solving
   platform-independent problems like difficulty grasping some concepts,
   dealing with complex merges, untandling botched histories, recovering
   from bloopers and so on.

   To recap, there's no piece of software titled "git for humans" (at least to
   my knowledge), and in any way the mailing list being discussed is not
   related to any specific piece of software other than Git - a version
   control system - in general.

 * The git-users mailing list is hence different from the git-for-windows
   mailing list because the latter is specifically designated for solving
   _technical_ usage problems occuring with one particular port of Git
   to the Windows platform - called "Git for Windows".

   Since the OP's problem was clearly not with using Git as a version control
   system but rather they were facing some technical problem specific to
   Git for Windows, I naturally suggested to bring such problems on the
   mailing list dedicated to solving such problems. This both raises the
   signal-to-noise ratio on the git-users list and has greater chances of
   being addressed as the git-for-windows mailing list is read by the GfW's
   developers (and this one is not).

 1. https://groups.google.com/g/git-users

--
You received this message because you are subscribed to the Google Groups "Git for 
human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/20211121110932.5ddzv7ymi5xt5oyg%40carbon.


Re: [git-users] unable to push to github account

2021-11-20 Thread skybuck2000
Why does git for humans exists ?

How is it different from git for windows ?

Is git for humans for more general purposes questions ? or 
non-platform-related questions ?

(To original poster: seems like that exe or other services/exes that it 
uses needs that framework try installing it, if that don't solve it then 
new/different problem)

W11 comes with .net framework installed so then it should not be a problem.

Bye for now,
  Skybuck.

On Friday, November 12, 2021 at 12:59:45 PM UTC+1 Konstantin Khomoutov 
wrote:

> On Thu, Nov 11, 2021 at 06:53:05PM -0800, saheed ibrahim wrote:
>
> >i am getting this error report whenever i tried to push to github account
> >and i have downloaded the redistribution but unable to install 
> successfully.
> >how should i go about it to correct this error so that i can be able to
> >push my work to my github account
>
> Googling for the "git credential manage core" — that's what written in the
> title of the error message box from your screenshot, — brings in [1] which
> clearly hints on how to disable using of this feature completely, so I 
> would
> just do this.
>
> …and some assorted points while we're at it:
>
> * Please do not post images unless absolutely necessary: they are not 
> indexed
> by internet search engines, and as you can easily see looking at your own
> message, "unable to push to github account" has nothing to do with the real
> problem you're expeiencing so there are close to zero changes the next guy
> with the same problem will be able to find our exchange.
>
> Another aspect to this problem is that not everyone uses GUI- or web-based
> software to read mail; I, for one, use a terminal (text-mode) client,
> and viewing images in it requires a bit of extra effort; not too much,
> but sometimes some people will decide to just skip your message to not
> spend that effort.
>
> Any dialog box on Windows supports pressing Ctrl-C in it to copy the full
> text displayed there to the clipboard. Please use it.
>
> * This problem has nothing to do with Git itself; such questions are better
> asked on the mailing list dedicated to Git-for-Windows, [2].
>
> * "unable to install successfully" is not a problem statement because it is
> not actionable: the only thing which can be suggested after looking at it
> is "so there is some problem". Not too useful, right?
>
> So please, next time do spend more of your own time to spare the time of
> those who is supposed to help you with your problem.
>
> 1. https://github.com/microsoft/Git-Credential-Manager-Core#windows
> 2. https://groups.google.com/g/git-for-windows
>
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/729c2ff1-cbed-4fa0-9ff4-98611dfb686dn%40googlegroups.com.


Re: [git-users] unable to push to github account

2021-11-12 Thread Konstantin Khomoutov

On Thu, Nov 11, 2021 at 06:53:05PM -0800, saheed ibrahim wrote:


i am getting this error report whenever i tried to push to github account
and i have downloaded the redistribution but unable to install successfully.
how should i go about it to correct this error so that i can be able to
push my work to my github account


Googling for the "git credential manage core" — that's what written in the
title of the error message box from your screenshot, — brings in [1] which
clearly hints on how to disable using of this feature completely, so I would
just do this.

…and some assorted points while we're at it:

 * Please do not post images unless absolutely necessary: they are not indexed
   by internet search engines, and as you can easily see looking at your own
   message, "unable to push to github account" has nothing to do with the real
   problem you're expeiencing so there are close to zero changes the next guy
   with the same problem will be able to find our exchange.

   Another aspect to this problem is that not everyone uses GUI- or web-based
   software to read mail; I, for one, use a terminal (text-mode) client,
   and viewing images in it requires a bit of extra effort; not too much,
   but sometimes some people will decide to just skip your message to not
   spend that effort.

   Any dialog box on Windows supports pressing Ctrl-C in it to copy the full
   text displayed there to the clipboard. Please use it.

 * This problem has nothing to do with Git itself; such questions are better
   asked on the mailing list dedicated to Git-for-Windows, [2].

 * "unable to install successfully" is not a problem statement because it is
   not actionable: the only thing which can be suggested after looking at it
   is "so there is some problem". Not too useful, right?

   So please, next time do spend more of your own time to spare the time of
   those who is supposed to help you with your problem.

 1. https://github.com/microsoft/Git-Credential-Manager-Core#windows
 2. https://groups.google.com/g/git-for-windows

--
You received this message because you are subscribed to the Google Groups "Git for 
human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/2022115940.niljfhhrgr4uowa7%40carbon.


[git-users] unable to push to github account

2021-11-11 Thread saheed ibrahim
i am getting this error report whenever i tried to push to github account 
and i have downloaded the redistribution but unable to install successfully.
how should i go about it to correct this error so that i can be able to 
push my work to my github account

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/d7059986-ec67-4e1c-8aeb-9fc0ca5daac9n%40googlegroups.com.