<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 3 Aug 2019, at 17:32, Rob J. Goedman wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">Does anybody have problems with pushing to the remote repositories on Github?</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">It works for me.</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">Pushing to remote source 'origin' for branch 'master'<br>
<br>
Output:<br>
<br>
fatal: could not read Username for '<a href="https://github.com" style="color:#777">https://github.com</a>': Device not configured<br>
This is the latest TM 2.0-rc.27 on OSX 10.14.6 (18G87). Configuration is set as before (user.name, user.email, github.user).<br>
Yesterday late I’ve been pushing quite a lot and had no problems. Very weird, hence my question.<br>
<br>
Of course, Github desktop works fine, I wonder...</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">I think the bundle command simply calls something like:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">git push origin master:master
</code></pre>

<p dir="auto">You can try to run this command in a terminal and see if it gives an error.</p>

<p dir="auto">You can also run <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">git remote -v</code> to see what is set as the remote (<code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">origin</code>) branch.</p>
</div>
</div>
</body>
</html>