<?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: Obinna Johnson</title>
    <description>The latest articles on DEV Community by Obinna Johnson (@obynonwane).</description>
    <link>https://dev.to/obynonwane</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%2F226948%2F8b0baec6-07c6-4a5a-aab8-a97270c9f823.jpeg</url>
      <title>DEV Community: Obinna Johnson</title>
      <link>https://dev.to/obynonwane</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/obynonwane"/>
    <language>en</language>
    <item>
      <title>Changing Your Laravel Version </title>
      <dc:creator>Obinna Johnson</dc:creator>
      <pubDate>Thu, 28 Nov 2019 13:08:00 +0000</pubDate>
      <link>https://dev.to/obynonwane/changing-your-laravel-version-23de</link>
      <guid>https://dev.to/obynonwane/changing-your-laravel-version-23de</guid>
      <description>&lt;p&gt;Step 1: cd into your project directory&lt;br&gt;&lt;br&gt;
step 2: locate and delete the &lt;i&gt;vendor&lt;/i&gt; Folder&lt;br&gt;
step 3: open &lt;i&gt;composer.json&lt;/i&gt; file&lt;/p&gt;

&lt;p&gt;step 4: locate &lt;i&gt; "laravel/framework": &lt;/i&gt;"^6.2", &lt;br&gt;
        change to the version you want e.g 5.8&lt;br&gt;
step 5: run &lt;i&gt;composer install&lt;/i&gt; or &lt;i&gt;composer update&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;The End&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>laravel</category>
      <category>devops</category>
      <category>php</category>
    </item>
    <item>
      <title>error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)</title>
      <dc:creator>Obinna Johnson</dc:creator>
      <pubDate>Tue, 26 Nov 2019 12:55:53 +0000</pubDate>
      <link>https://dev.to/obynonwane/error-rpc-failed-curl-92-http-2-stream-0-was-not-closed-cleanly-protocolerror-err-1-3p9i</link>
      <guid>https://dev.to/obynonwane/error-rpc-failed-curl-92-http-2-stream-0-was-not-closed-cleanly-protocolerror-err-1-3p9i</guid>
      <description>&lt;p&gt;So I was having an error trying to push my project to GITLAB &lt;br&gt;
(Error reproduced below)&lt;/p&gt;

&lt;p&gt;$ git push -u origin master&lt;br&gt;
Enumerating objects: 113, done.&lt;br&gt;
Counting objects: 100% (113/113), done.&lt;br&gt;
Delta compression using up to 8 threads&lt;br&gt;
Compressing objects: 100% (95/95), done.&lt;br&gt;
Writing objects: 100% (113/113), 58.19 KiB | 1.02 MiB/s, done.&lt;br&gt;
Total 113 (delta 11), reused 0 (delta 0)&lt;br&gt;
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)&lt;br&gt;
fatal: the remote end hung up unexpectedly&lt;br&gt;
fatal: the remote end hung up unexpectedly&lt;br&gt;
Everything up-to-date&lt;/p&gt;

&lt;p&gt;HOW I FIXED IT - copy paste the below command&lt;br&gt;
git config --global http.postBuffer 157286400&lt;/p&gt;

&lt;p&gt;I made use of the above git command&lt;br&gt;
What It does is that it Increase the Git buffer size to the largest individual file size of your repo&lt;/p&gt;

&lt;p&gt;source: &lt;a href="https://confluence.atlassian.com/bitbucketserverkb/git-push-fails-fatal-the-remote-end-hung-up-unexpectedly-779171796.html"&gt;https://confluence.atlassian.com/bitbucketserverkb/git-push-fails-fatal-the-remote-end-hung-up-unexpectedly-779171796.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>git</category>
      <category>devops</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
