DEVOPs Record
DEVOPs Record
<html>
<head><title>registration form</title>
<style>
.reg_bt{
background-color: blue;
}
</style>
</head>
<body>
<div class="reg_form">
<label for="First_name ">First Name</label>
<input type="text" name="First_name" > <br><br><br><br>
<label for="Last_name ">Last Name</label>
<input type="text" name="Last_name"> <br><br>
<label for="Email_Id ">Email Id</label>
<input type="text" name="Email_Id"> <br><br>
<label for="Password ">Password</label>
<input type="text" name="Password"> <br><br>
<input type="button" onclick="register" value="Register"
style="width: 100px;" class="reg_bt">
<label for="OTP">OTP</label>
<input type="text" name="OTP" id="OTP">
</div>
<script src="1.js"></script>
</body>
</html>
2. Explore Git and GitHub commands.
Git Installation
Now select 32bit or 64bit standalone installer according to the system specification
(ex: for mu lapi its 64bit to check the you system bit’s right click on this and select properties
then you will redirect to a device specification their you can find it as system type / or / just press
search about the pc you can go there directly)
Now a file will be downloaded then click on it
Then you will get a popup for permission to install press yes follow the steps according to the
images
If you get this screen git is installed successfully.
Step 1: Enter you gmail or email in the signup email slot the click on signup
Now enter a strong password and enter the valid username the complete the verficati
Now you will be redirected to sign in page enter your login credentials
The error indicates that you don’t have the necessary permissions to push changes to the
repository. The 403 error means GitHub is rejecting your request, often due to authentication or
permission issues. Here’s how to fix it:
Steps to Resolve
● If you're using HTTPS for Git, ensure your credentials are correct.
● Try re-authenticating:
1. Clear stored credentials:
■ On Windows: Open the Credential Manager (Control Panel > User
Accounts > Credential Manager), look for any stored GitHub
credentials under "Windows Credentials," and remove them.
● If you have set up an SSH key, you can switch from HTTPS to SSH to avoid
authentication issues:
1. Add your SSH key to GitHub:
■ Follow GitHub's guide to add your SSH key.
Common Scenarios
● Incorrect Username: Make sure you're using the correct GitHub username (AMK1914
may not have permissions for vrecgit/sample3).
● Read-Only Access: If you're trying to push to a repository where you only have read
access, request write access or fork the repository to your account and push there.
Step1 : go to C drive open program file then open java folder then check there folder name JDK
21 or JDK 17 if not follow this steps
Step 1.1: go to the Browser then search JDK 21 (or 17) download 64 bit
Press on java download-oracle then scroll down then select JDK 21 and windows
options then choose X64 installer
Now install it as show in the images
Now open cmd and enter command: java –version if get this the java is installed successfully
Now open browser enter this link: https://www.jenkins.io/download/ now scroll down to the
download jenkins section then select windows option then installer will be downloaded
C:\ProgramData\Jenkins\.jenkins\secrets\initialAdminPassword
Now it will show text editor options to open the file open it
the note pad
Now you will get the password copy that and paste it in the
administration password in jenkins then press continue
Now select the install suggested plugins option
Now fill the description and select github project option and
paste the url copied from github remote repository click apply
Copy the above url and paste it in the project url
Note the branch name should be according to the github my
computer default has main sa make it main