Kevin Powell - Community

KPC

Kevin Powell - Community

A friendly place for developers to meet other devs, ask questions, get help, and just have a good time 🙂.

Join

front-end

resources

back-end

ui-ux

os-and-tools

src refspec fix/careers-short-title does not match any

Pretty simple error right? I've been pushing to the same remote branch for a couple weeks now and all of a sudden it is giving me that error. I have verified that the branch still exists in GitHub and is accessible. I can even see it when using git branch -a. I'm using the command: git push origin fix/careers-short-title. I'm about to force push but want to make sure I'm not missing something....

Help me

Hello everybody. I need yr help. how to open debugging in not full screen mode in visual studio?...

Hosting custom domains through cloudflare (google domains (squarespace?))

Everything seems to be setup as required, the only thing concerning me is this part on my google domains, which I'm not sure what I change to? (the CNAME in the attached images).
No description

INSTALLING XAMPP

Hello everyone, I installing xampp today, and I have an issue about installing. here in the image once he reaches that mb, the installation will suddenly slow down then suddenly stop, the one on the right side will show. what is the possible issue of this? - I tried to turn off firewall maybe because it is possible that caused it, but the issue is still the same. - and my internet is stable ...
No description

How to update changes on GitHub

I initially added some files on GitHub manually i.e not using the terminal. Now I made some changes, how can I update the changes using the terminal on vs code?

Installing WHM & cPanel on Digital Ocean Droplet Image

I'm a bit confused on the order for installing different images / programs on a server. I booted up a LAMP image on my droplet and I'm trying to install WHM & cPanel but when I run the manual install script for WHM & cPanel, it complains that there is already a database instance set up and that it needs to be installed on a clean server. Should I rebuild the droplet and install WHM & cPanel first and then the LAMP files? Typing it out the obvious answer would be "Yea, install WHM & cPanel first" but there's got to be an easier way, no? I don't want to have to manually install all of the LAMP stuff if I don't have to...

VSCODE SSH Not Working

I have had issues with not being able to set up SSH in my VSCODE, it simply does not want to connect whatever way I do it. Solutions?

How to automate git -> production

Hi guys, I'm reading a lot about docker and some devops stuff since I want to improve some of our workflow processes at work. We have a ddev project (which uses docker) and GitHub. Everytime we make changes and merge into production, we have to manually ssh into the server and git pull. I was wondering how to automate it so that when a user pushes to a branch, that branch will automatically start building and deploying on the server. I know Netlify does this automatically, but I need to think of some platform-agnostic solution. Would appreciate some direction as I'm getting lost in the weeds of everything devops related....

An exception occurred in the driver: SQLSTATE[08001]: [Microsoft][ODBC Driver 18 for SQL Server]SSL

Am using macOs and using docker to run microsoft sql server the connection with the server is well established but when am trying to run migration i get errors php vendor/bin/doctrine-migrations migrations:migrate In ExceptionConverter.php line 67:...

Security error, There are problems with the security certificate for this site

i get this error while opening the website from Instagram chat, anyone knows how to fix this ?...
No description

Advices for a Portable Computer for Development in C and other languages under Ubuntu

Hey everyone ! I don't know if it's the right place to ask this but : I am going to begin school soon and I am going to do development mostly in C, but I am also going to develop in more common and recent languages on side. I will NOT do anything that needs MANY resources like 3D render, neural networks development etc... but it need to be powerful enough to be fluent and not interrupt my workflow....

Visual Studio tips/tricks?

In VScode I can cd into a directory and "code ." to open that in visual studio code. Doesnt' seem to be the same in Visual Studio and I haven't been able to find a way to do it? I've found "devenv YourProject.csproj" but it doesn't seem to work "devenv: command not found" (I'm using WSL, if that makes a difference (probably)). say I'm in code/dotnet/first-project, how do I open this in visual studio?...

Failed to connect to github.com port 443 after 2021 ms: Couldn't connect to server

getting this error randomly now github desktop and GitHub website and any git instant is not working and when i try to push or pull i get
Failed to connect to github.com port 443 after 2021 ms: Couldn't connect to server
Failed to connect to github.com port 443 after 2021 ms: Couldn't connect to server
...

My gulp has broken and I'm seemingly too useless to fix it 😩

I use gulp to collate my scss, js, and move some other stuff. It's not set up great but even just what it was doing took me forever to sort out. Yesterday it suddenly stopped working, and I'd no idea why. Naively updated packages, and still not working. I've tried both refactoring and re-writing, but my JS level is whack and I'm failing hard, while this is blocking everything else I'm doing for the moment 😩 I understand that it's largely about updating to imports instead of require, but the practical side of that I'm lost on....
No description

Docker not working with SQLite database

I can't get docker to work with my sqlite database and ive tried a bunch of things with changing of files and such and it just doesnt work. My setup is php with apache. Here is my docker-compose file... ```docker version: "3" services:...

Error message regarding label tag element

Still valid at the moment, maybe they're testing things out This can be "corrected" using <Label>Enter your name: <input type="text" ></Label> or using this if you want an empty label <label for="input_id" id="label_id" aria-label="Enter your name:">...
No description

VS Code

Why when i create a new file it opens automatically, can i change that

How do configure a subdomain Cloudflare Zero Trust / Apache

I can use a subdomain as long as I use different local IP addresses. That works to expose different parts of a home lab to the internet which is nice, but it is not what I am trying to do. I am hosting various test projects on one certain local IP address. I can buy new domain names and use many different domains for each project with my one specific local IP and each website loads up fine. But how do I properly set it up to make a subdomain work?...
No description

How to use Git in command line

I can't understand this. I litterally just want to upload some files, but they make it impossible.

Issue in starting sass

First off, i have exisiting .css file doing some mini project of mine then i encountered limitation of css so i need the help of sass, installation of sass was pretty smooth but when i start it, it won't recognized my exisiting .css file. I don't know how to integrate it or place it to be able to be recognized. Note: This is my first time using and install sass :laugh: and i also followed sir Kevin's tutorials on installing npm and starting it. Here's the error prompt:...
No description