Posts by Rafael Andrade • 53 points
5 posts
-
4
votes0
answers771
viewsQ: fatal: does not appear to be a git Repository
I’m trying to set up a private Git repository on shared hosting via SSH. I do the whole process of configuring the keys etc,e giving git init in the repository but when I put git remote add deploy…
-
0
votes1
answer223
viewsQ: Use git in ssh hostgator hosting using a public/private key
I’m trying to access my hosting through the public and private key system but it’s giving error when I create the config file to access it without password I created the key in gitbash through the…
-
0
votes4
answers2044
viewsA: I have a fixed menu, how to do anchoring (#internal links) get below the menu?
"I played" that same code on codepen changing the bind for on and the selector for ('#header > a') and it worked: Edit: here was the link to a solution in codepen, but I was warned not to be able…
-
1
votes1
answer342
viewsQ: Vertical scroll by sections (as if it were a slide)
I’m trying to create a page with 3 sections that change to the next by scrolling as if it were a slideshow where each section is a frame. As in this site here: http://www.legworkstudio.com/ This is…
-
0
votes1
answer42
viewsQ: Directory of scripts not recognized
I’m mounting a wordpress site on MAMP installed in windows and scripts . JS put so on footer: <?php wp_footer(); ?> <script src="https://code.jquery.com/jquery-3.2.1.min.js"…