<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: mbabazi diane</title>
    <description>The latest articles on DEV Community by mbabazi diane (@mbabazi_diane_e3ecffc2748).</description>
    <link>https://dev.to/mbabazi_diane_e3ecffc2748</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1613792%2F3f220502-30de-4330-ad99-72244eb7af78.png</url>
      <title>DEV Community: mbabazi diane</title>
      <link>https://dev.to/mbabazi_diane_e3ecffc2748</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mbabazi_diane_e3ecffc2748"/>
    <language>en</language>
    <item>
      <title>Changing git credentials to your local computer</title>
      <dc:creator>mbabazi diane</dc:creator>
      <pubDate>Tue, 13 Aug 2024 09:10:33 +0000</pubDate>
      <link>https://dev.to/mbabazi_diane_e3ecffc2748/changing-git-credentials-to-your-local-computer-52nc</link>
      <guid>https://dev.to/mbabazi_diane_e3ecffc2748/changing-git-credentials-to-your-local-computer-52nc</guid>
      <description>&lt;ul&gt;
&lt;li&gt;Have you ever encountered this error while pushing to remote github"
remote: Permission to git.username/*******.git denied to "another username".
fatal: unable to access 'github.URL': The requested URL returned error: 403 "&lt;/li&gt;
&lt;li&gt;like when you are trying to push to another github which is not assigned to your local computer.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Here's the solution(for windows):&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;First of all you have to go to your control panel &amp;gt; user accounts &amp;gt; Credential Manager &amp;gt; windows credentials.&lt;/li&gt;
&lt;li&gt;Then check the saved git credentential and remove them.&lt;/li&gt;
&lt;li&gt;After that go ahead and create new credentials as usual.&lt;/li&gt;
&lt;li&gt;git config --global user.name "Your Username"&lt;/li&gt;
&lt;li&gt;git config --global user.email "Your email"&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Once you're done you can go ahead and push your work. &lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
